Potato/potato-protocol-derive/Cargo.toml
2025-03-05 12:21:53 +01:00

13 lines
208 B
TOML

[package]
name = "potato-protocol-derive"
version.workspace = true
edition.workspace = true
[dependencies]
darling = "0.20.10"
proc-macro2 = "1.0.94"
quote = "1.0.39"
syn = "2.0.99"
[lib]
proc-macro = true