mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
feat: add pumpkin-plugin-utils
This commit is contained in:
@@ -10,6 +10,7 @@ members = [
|
||||
"crates/pumpkin-macros",
|
||||
"crates/pumpkin-nbt",
|
||||
"crates/pumpkin-plugin-api",
|
||||
"crates/pumpkin-plugin-utils",
|
||||
"crates/pumpkin-protocol",
|
||||
"crates/pumpkin-util",
|
||||
"crates/pumpkin-world",
|
||||
@@ -177,6 +178,8 @@ pumpkin-data = { path = "crates/pumpkin-data", default-features = false }
|
||||
pumpkin-inventory = { path = "crates/pumpkin-inventory", default-features = false }
|
||||
pumpkin-macros = { path = "crates/pumpkin-macros", default-features = false }
|
||||
pumpkin-nbt = { path = "crates/pumpkin-nbt", default-features = false }
|
||||
pumpkin-plugin-api = { path = "crates/pumpkin-plugin-api", default-features = false }
|
||||
pumpkin-plugin-utils = { path = "crates/pumpkin-plugin-utils", default-features = false }
|
||||
pumpkin-protocol = { path = "crates/pumpkin-protocol", default-features = false }
|
||||
pumpkin-util = { path = "crates/pumpkin-util", default-features = false }
|
||||
pumpkin-world = { path = "crates/pumpkin-world", default-features = false }
|
||||
@@ -225,3 +228,5 @@ wit-bindgen = { version = "0.60", default-features = false, features = ["macros"
|
||||
|
||||
postcard = { version = "1.1", default-features = false, features = ["alloc"] }
|
||||
tracing-serde-structured = { version = "0.4", default-features = false }
|
||||
semver = { version = "1.0", default-features = false, features = ["std", "serde"] }
|
||||
wasmparser = { version = "0.256", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user