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

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

[lib]
doctest = false

[build-dependencies]
cargo_metadata = "0.20.0"