aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-registry')
-rw-r--r--azalea-registry/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 6f21935f..5a86d30b 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -9,11 +9,11 @@ version = "0.9.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+simdnbt = { version = "0.3", git = "https://github.com/azalea-rs/simdnbt" }
+
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" }
once_cell = "1.18.0"
-simdnbt = "0.3"
-
[features]
serde = ["azalea-registry-macros/serde"]
default = ["serde"]