diff options
| author | mat <git@matdoes.dev> | 2025-12-24 01:50:54 -0200 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-12-24 01:50:54 -0200 |
| commit | aae744918e26c505e0932a65624c4aac65815d19 (patch) | |
| tree | 68020aaa8eec379cdc2a6f594ae4736e9585dd07 /azalea | |
| parent | 599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 (diff) | |
| download | azalea-drasl-aae744918e26c505e0932a65624c4aac65815d19.tar.xz | |
remove unused deps and fix compilation when certain features are disabled
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 1 |
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 |
