aboutsummaryrefslogtreecommitdiff
path: root/azalea
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
parent599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 (diff)
downloadazalea-drasl-aae744918e26c505e0932a65624c4aac65815d19.tar.xz
remove unused deps and fix compilation when certain features are disabled
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index e4adb426..f82a344d 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -38,7 +38,6 @@ num-traits.workspace = true
parking_lot.workspace = true
rustc-hash.workspace = true
serde = { workspace = true, optional = true }
-thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
uuid.workspace = true