mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
also add contributors to /pumpkin command Co-Authored-By: Fyor <90567841+fyordev@users.noreply.github.com> Co-Authored-By: MartV0 <34748938+martv0@users.noreply.github.com> Co-Authored-By: FabseGP <fabsegp@fabseman.space>
18 lines
294 B
TOML
18 lines
294 B
TOML
[package]
|
|
name = "pumpkin-api-macros"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.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
|