premier commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user