rust/crates/ra_proc_macro/Cargo.toml

18 lines
325 B
TOML
Raw Normal View History

2020-03-18 04:47:59 -05:00
[package]
edition = "2018"
name = "ra_proc_macro"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
[lib]
doctest = false
[dependencies]
ra_tt = { path = "../ra_tt" }
2020-03-26 16:08:26 -05:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2020-03-26 15:26:34 -05:00
log = "0.4.8"
crossbeam-channel = "0.4.0"
2020-03-28 07:52:45 -05:00
jod-thread = "0.1.1"