move around dependencies to match project spec

This commit is contained in:
Edvin Bryntesson
2024-09-07 16:03:11 +02:00
parent 72d95cd416
commit c6dbc3d00f
2 changed files with 6 additions and 4 deletions

View File

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

View File

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