mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 02:08:30 +00:00
20 lines
No EOL
367 B
TOML
20 lines
No EOL
367 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_proc_macro = { path = "../ra_proc_macro" }
|
|
|
|
|
|
[dev-dependencies]
|
|
cargo_metadata = "0.9.1"
|
|
difference = "2.0.0"
|
|
# used as proc macro test target
|
|
serde_derive = "=1.0.104" |