mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
18 lines
355 B
TOML
18 lines
355 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_proc_macro"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[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"
|