aboutsummaryrefslogtreecommitdiff
path: root/azalea-core/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-core/Cargo.toml')
-rwxr-xr-x[-rw-r--r--]azalea-core/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml
index 6f49774c..76f4b456 100644..100755
--- a/azalea-core/Cargo.toml
+++ b/azalea-core/Cargo.toml
@@ -10,8 +10,12 @@ version = "0.6.0"
[dependencies]
azalea-buf = { path = "../azalea-buf", version = "^0.6.0" }
+azalea-chat = { path = "../azalea-chat", version = "^0.6.0" }
+azalea-inventory = { version = "0.1.0", path = "../azalea-inventory" }
azalea-nbt = { path = "../azalea-nbt", version = "^0.6.0" }
+azalea-registry = { path = "../azalea-registry", version = "^0.6.0" }
bevy_ecs = { version = "0.10.0", default-features = false, optional = true }
+num-traits = "0.2.15"
serde = { version = "^1.0", optional = true }
uuid = "^1.1.2"