summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/Cargo.toml
blob: 7c6a1ba46b5fa27757456ac573019b06de615c4b (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 = "2021"
license = "MIT OR Apache-2.0"

[lib]
doctest = false

[build-dependencies]
cargo_metadata = "0.18.1"