]> git.lizzy.rs Git - rust.git/blob - crates/proc_macro_api/Cargo.toml
Merge #5750
[rust.git] / crates / proc_macro_api / Cargo.toml
1 [package]
2 name = "proc_macro_api"
3 version = "0.0.0"
4 license = "MIT OR Apache-2.0"
5 authors = ["rust-analyzer developers"]
6 edition = "2018"
7
8 [lib]
9 doctest = false
10
11 [dependencies]
12 serde = { version = "1.0", features = ["derive"] }
13 serde_json = "1.0"
14 log = "0.4.8"
15 crossbeam-channel = "0.4.0"
16 jod-thread = "0.1.1"
17
18 tt = { path = "../tt" }