Files
Pumpkin/pumpkin-api-macros/Cargo.toml
Alexander Medvedev fb13004b47 fix: apply clippy lints to workspace
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>
2026-01-28 00:52:47 +01:00

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