]> git.lizzy.rs Git - rust.git/blob - crates/proc_macro_test/Cargo.toml
Diagnose unresolved derive macros
[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"