rust/crates/proc_macro_test/imp/Cargo.toml

18 lines
320 B
TOML
Raw Normal View History

2021-06-09 10:16:52 -05:00
[package]
name = "proc_macro_test_impl"
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"
2021-06-09 10:16:52 -05:00
publish = false
[lib]
doctest = false
proc-macro = true
[workspace]
[dependencies]
# this crate should not have any dependencies, since it uses its own workspace,
# and its own `Cargo.lock`