]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/crates/proc-macro-test/Cargo.toml
Rollup merge of #101175 - tmandry:curse-push-hook, r=jyn514
[rust.git] / src / tools / rust-analyzer / crates / proc-macro-test / Cargo.toml
1 [package]
2 name = "proc-macro-test"
3 version = "0.0.0"
4 license = "MIT OR Apache-2.0"
5 edition = "2021"
6 rust-version = "1.57"
7 publish = false
8
9 [lib]
10 doctest = false
11
12 [build-dependencies]
13 proc-macro-test-impl = { path = "imp", version = "0.0.0" }
14 toolchain = { path = "../toolchain", version = "0.0.0" }
15 cargo_metadata = "0.15.0"