aboutsummaryrefslogtreecommitdiff
path: root/crates/proc_macro_test/Cargo.toml
blob: 1a88e361e83d47113118d205040277353b4e857b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "proc_macro_test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"
publish = false

[lib]
doctest = false

[build-dependencies]
proc_macro_test_impl = { path = "imp", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
cargo_metadata = "0.13"