You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
315 B
TOML

[package]
name = "zingprocmacros"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
trybuild = { version = "1.0.49", features = ["diff"] }
[dependencies]
quote = "1.0.36"
syn = "2.0.63"