mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
move around dependencies to match project spec
This commit is contained in:
@@ -4,9 +4,10 @@ version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
# For items
|
||||
pumpkin-world = { path = "../pumpkin-world"}
|
||||
|
||||
num-traits = "0.2"
|
||||
num-derive = "0.4"
|
||||
thiserror = "1.0.63"
|
||||
itertools = "0.13.0"
|
||||
# For items
|
||||
pumpkin-world = { path = "../pumpkin-world"}
|
||||
itertools = "0.13.0"
|
||||
@@ -18,6 +18,8 @@ pumpkin-entity = { path = "../pumpkin-entity"}
|
||||
pumpkin-protocol = { path = "../pumpkin-protocol"}
|
||||
pumpkin-registry = { path = "../pumpkin-registry"}
|
||||
|
||||
itertools = "0.13.0"
|
||||
|
||||
# config
|
||||
serde.workspace = true
|
||||
serde_json = "1.0"
|
||||
@@ -62,4 +64,3 @@ mio = { version = "1.0.2", features = ["os-poll", "net"]}
|
||||
uuid.workspace = true
|
||||
tokio.workspace = true
|
||||
rayon.workspace = true
|
||||
itertools = "0.13.0"
|
||||
|
||||
Reference in New Issue
Block a user