about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/proc-macro-srv/proc-macro-test/imp/Cargo.toml
blob: e1678bddff8aee5d3eb369ca941a8f4235bdf9bf (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 = "2024"
publish = false

[lib]
doctest = false
proc-macro = true

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

[workspace]