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
353 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]
2023-11-15 13:18:49 -06:00
cargo_metadata.workspace = true
proc-macro-test-impl = { path = "imp", version = "0.0.0" }
# local deps
toolchain.workspace = true