Potato/potato-derive/Cargo.toml
2025-04-05 00:06:22 +02:00

13 lines
243 B
TOML

[package]
name = "potato-derive"
version.workspace = true
edition.workspace = true
[dependencies]
darling = "0.20.10"
proc-macro2 = "1.0.94"
quote = "1.0.39"
syn = { version = "2.0.99", features = ["full", "visit"] }
[lib]
proc-macro = true