rust/crates/proc_macro_srv/Cargo.toml
2020-08-13 03:18:19 +02:00

25 lines
535 B
TOML

[package]
name = "proc_macro_srv"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
[lib]
doctest = false
[dependencies]
tt = { path = "../tt" }
ra_mbe = { path = "../ra_mbe" }
ra_proc_macro = { path = "../ra_proc_macro" }
goblin = "0.2.1"
libloading = "0.6.0"
memmap = "0.7"
test_utils = { path = "../test_utils" }
[dev-dependencies]
cargo_metadata = "0.11.1"
difference = "2.0.0"
# used as proc macro test target
serde_derive = "1.0.106"
toolchain = { path = "../toolchain" }