19 lines
355 B
TOML
Raw Normal View History

2020-03-18 17:47:59 +08:00
[package]
edition = "2018"
name = "ra_proc_macro"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
2020-07-14 10:57:26 +09:00
license = "MIT OR Apache-2.0"
2020-03-18 17:47:59 +08:00
[lib]
doctest = false
[dependencies]
ra_tt = { path = "../ra_tt" }
2020-03-27 05:08:26 +08:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2020-03-27 04:26:34 +08:00
log = "0.4.8"
crossbeam-channel = "0.4.0"
2020-03-28 20:52:45 +08:00
jod-thread = "0.1.1"