14 lines
188 B
TOML
14 lines
188 B
TOML
[package]
|
|
name = "proc-macro-test"
|
|
version = "0.0.0"
|
|
publish = false
|
|
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[build-dependencies]
|
|
cargo_metadata = "0.18.1"
|