rust/crates/proc-macro-test/Cargo.toml

16 lines
325 B
TOML
Raw Normal View History

[package]
2022-04-29 09:29:24 -05:00
name = "proc-macro-test"
version = "0.0.0"
license = "MIT OR Apache-2.0"
2021-10-21 10:49:28 -05:00
edition = "2021"
2021-12-15 14:49:48 -06:00
rust-version = "1.57"
publish = false
[lib]
doctest = false
2021-06-09 10:16:52 -05:00
[build-dependencies]
2022-04-29 09:29:24 -05:00
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
2021-06-09 10:16:52 -05:00
toolchain = { path = "../toolchain", version = "0.0.0" }
2022-03-22 11:36:41 -05:00
cargo_metadata = "0.14.2"