summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
blob: d2a79f91074a187005a0d451b5244405dc9b16ec (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"
edition = "2021"
rust-version = "1.65"
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.15.0"