puppy/lib/macro/Cargo.toml

14 lines
189 B
TOML
Raw Permalink Normal View History

2024-04-23 00:52:39 +02:00
[package]
name = "macro"
edition = "2021"
[lib]
path = "src/lib.rs"
proc-macro = true
[dependencies]
syn = { version = '2', features = ['full'] }
quote = '*'
proc-macro2 = '*'
heck = '*'