premier commit

This commit is contained in:
Cortex Builder
2026-06-11 20:14:58 +02:00
commit 16433a893f
33 changed files with 6356 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[package]
name = "bedwars_pumpkin"
version = "1.0.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
pumpkin-plugin-api = { git = "https://github.com/Pumpkin-MC/Pumpkin", package = "pumpkin-plugin-api" }
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
tracing = "0.1"
rand = "0.8"