mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
13 lines
180 B
TOML
13 lines
180 B
TOML
[package]
|
|
name = "pumpkin-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.86"
|
|
quote = "1.0.36"
|
|
syn = "2.0.72"
|