mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
25 lines
536 B
TOML
25 lines
536 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_proc_macro_srv"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
ra_tt = { path = "../ra_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.10.0"
|
|
difference = "2.0.0"
|
|
# used as proc macro test target
|
|
serde_derive = "1.0.106"
|
|
ra_toolchain = { path = "../ra_toolchain" }
|