summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml
blob: 7977afb1cbd23845258e17dcbf71485f41b6fb66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "proc-macro-test"
version = "0.0.0"
publish = false

edition = "2021"
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[build-dependencies]
cargo_metadata = "0.18.1"

# local deps
toolchain.workspace = true