mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
16 lines
325 B
TOML
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"
|