mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +00:00
10 lines
172 B
TOML
10 lines
172 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_tt"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[dependencies]
|
|
rustc-hash = "1.0.0"
|
|
smol_str = "0.1.9"
|