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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
347 B
TOML
Raw Normal View History

[package]
2022-04-29 09:29:24 -05:00
name = "proc-macro-test"
version = "0.0.0"
publish = false
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[lib]
doctest = false
2021-06-09 10:16:52 -05:00
[build-dependencies]
2022-07-03 02:08:10 -05:00
cargo_metadata = "0.15.0"
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
# local deps
toolchain.workspace = true