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

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[build-dependencies]
cargo_metadata.workspace = true

proc-macro-test-impl = { path = "imp", version = "0.0.0" }

# local deps
toolchain.workspace = true