aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/Cargo.toml
blob: d009ceb82e53283c4655a7ce982a3807ef0c9b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
log = "0.4.8"
crossbeam-channel = "0.4.0"
jod-thread = "0.1.1"