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

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

[lib]

[build-dependencies]
cargo_metadata = "0.20.0"