aboutsummaryrefslogtreecommitdiff
path: root/azalea-inventory
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-28 17:49:41 -0600
committermat <git@matdoes.dev>2023-12-28 17:49:47 -0600
commitcbb2ffad920ba88ad042a5d3ea932a62d42f3d4b (patch)
tree41122677c94ca181e898b5d07700714f1b2f3f61 /azalea-inventory
parentcacb04718dd4142bded181d004f1fa40fe7ae178 (diff)
downloadazalea-drasl-cbb2ffad920ba88ad042a5d3ea932a62d42f3d4b.tar.xz
read nbt as optional in more places
Diffstat (limited to 'azalea-inventory')
-rw-r--r--azalea-inventory/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml
index b4c196bb..b3c66ece 100644
--- a/azalea-inventory/Cargo.toml
+++ b/azalea-inventory/Cargo.toml
@@ -9,7 +9,7 @@ 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 = { version = "0.9.0", path = "../azalea-buf" }
azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" }
-simdnbt = "0.3"
azalea-registry = { version = "0.9.0", path = "../azalea-registry" }