diff options
| author | mat <github@matdoes.dev> | 2023-03-21 18:07:40 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-03-21 18:07:40 +0000 |
| commit | 157ac224616f8543c3fc050af99863527b5f1873 (patch) | |
| tree | a32597fb7c525165c1292c9bbaf1fb40d40c739f /azalea-client | |
| parent | 4865b772f641711c166fc49256a710d6624d163c (diff) | |
| download | azalea-drasl-157ac224616f8543c3fc050af99863527b5f1873.tar.xz | |
remove unused dependencies
thanks cargo-udeps
Diffstat (limited to 'azalea-client')
| -rw-r--r-- | azalea-client/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index f25aa290..6bc07def 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -34,5 +34,4 @@ parking_lot = { version = "^0.12.1", features = ["deadlock_detection"] } regex = "1.7.0" thiserror = "^1.0.34" tokio = { version = "^1.24.2", features = ["sync"] } -typemap_rev = "0.3.0" uuid = "^1.1.2" |
