mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
14 lines
284 B
TOML
14 lines
284 B
TOML
[package]
|
|
name = "pumpkin-api-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "2.0", features = ["parsing", "printing", "proc-macro", "derive"] }
|
|
quote = "1.0"
|
|
proc-macro2 = "1.0"
|
|
proc-macro-error2.workspace = true
|