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