aboutsummaryrefslogtreecommitdiff
path: root/azalea-entity
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-24 01:50:54 -0200
committermat <git@matdoes.dev>2025-12-24 01:50:54 -0200
commitaae744918e26c505e0932a65624c4aac65815d19 (patch)
tree68020aaa8eec379cdc2a6f594ae4736e9585dd07 /azalea-entity
parent599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 (diff)
downloadazalea-drasl-aae744918e26c505e0932a65624c4aac65815d19.tar.xz
remove unused deps and fix compilation when certain features are disabled
Diffstat (limited to 'azalea-entity')
-rw-r--r--azalea-entity/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml
index fcda70bb..0e62cbd4 100644
--- a/azalea-entity/Cargo.toml
+++ b/azalea-entity/Cargo.toml
@@ -7,7 +7,6 @@ license.workspace = true
repository.workspace = true
[dependencies]
-azalea-auth.workspace = true
azalea-block.workspace = true
azalea-buf.workspace = true
azalea-chat = { workspace = true, features = ["azalea-buf"] }
@@ -21,11 +20,9 @@ derive_more.workspace = true
enum-as-inner.workspace = true
nohash-hasher.workspace = true
parking_lot.workspace = true
-simdnbt.workspace = true
thiserror.workspace = true
tracing.workspace = true
uuid.workspace = true
-indexmap.workspace = true
[lints]
workspace = true