8cefdb5527
We already use syn"e elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera
17 lines
304 B
TOML
17 lines
304 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_tools"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
teraron = "0.1.0"
|
|
walkdir = "2.1.3"
|
|
itertools = "0.8.0"
|
|
clap = "2.32.0"
|
|
quote = "1.0.2"
|
|
ron = "0.5.1"
|
|
heck = "0.3.0"
|
|
serde = { version = "1.0.0", features = ["derive"] }
|