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-world | |
| parent | 599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 (diff) | |
| download | azalea-drasl-aae744918e26c505e0932a65624c4aac65815d19.tar.xz | |
remove unused deps and fix compilation when certain features are disabled
Diffstat (limited to 'azalea-world')
| -rw-r--r-- | azalea-world/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 6abe6184..5df028b8 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -21,7 +21,6 @@ nohash-hasher.workspace = true parking_lot.workspace = true rustc-hash.workspace = true serde = { workspace = true, optional = true } -thiserror.workspace = true tracing.workspace = true [features] |
