[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"