rust/crates/proc-macro-test/Cargo.toml
2022-07-03 10:09:35 +03:00

16 lines
325 B
TOML

[package]
name = "proc-macro-test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.57"
publish = false
[lib]
doctest = false
[build-dependencies]
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
toolchain = { path = "../toolchain", version = "0.0.0" }
cargo_metadata = "0.15.0"