]> git.lizzy.rs Git - rust.git/blob - crates/proc-macro-test/Cargo.toml
Auto merge of #12466 - lnicola:worker-thread-stack, r=lnicola
[rust.git] / 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.14.2"