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-buf | |
| parent | 4865b772f641711c166fc49256a710d6624d163c (diff) | |
| download | azalea-drasl-157ac224616f8543c3fc050af99863527b5f1873.tar.xz | |
remove unused dependencies
thanks cargo-udeps
Diffstat (limited to 'azalea-buf')
| -rw-r--r-- | azalea-buf/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index ac878a4f..b687d252 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -14,7 +14,6 @@ byteorder = "^1.4.3" log = "0.4.17" serde_json = {version = "^1.0", optional = true} thiserror = "1.0.37" -tokio = {version = "^1.24.2", features = ["io-util", "net", "macros"]} uuid = "^1.1.2" [features] |
