summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/proc-macro-test/imp/Cargo.toml
blob: 2a36737cef05856eb6ef345e4f375b954294bbcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "proc-macro-test-impl"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
publish = false

[lib]
doctest = false
proc-macro = true

[workspace]

[dependencies]
# this crate should not have any dependencies, since it uses its own workspace,
# and its own `Cargo.lock`