rust/crates/proc_macro_api/Cargo.toml
2020-08-13 17:58:27 +02:00

18 lines
335 B
TOML

[package]
name = "proc_macro_api"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.8"
crossbeam-channel = "0.4.0"
jod-thread = "0.1.1"
tt = { path = "../tt" }