0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin synced 2025-02-22 12:46:18 +00:00
2025-02-15 12:02:00 +01:00

13 lines
210 B
TOML

[package]
name = "pumpkin-api-macros"
version.workspace = true
edition.workspace = true
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"