mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
19 lines
319 B
TOML
19 lines
319 B
TOML
[package]
|
|
name = "pumpkin-api-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn .workspace = true
|
|
quote.workspace = true
|
|
proc-macro2.workspace = true
|
|
proc-macro-error2.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|