summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 449a8f17828916234d2415b680b13edc0e089c6c (plain)
[package]
name = "auguments"
version = "0.1.0"
edition = "2024"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"
attribute-derive = "0.10"