aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-03-21 18:07:40 +0000
committermat <github@matdoes.dev>2023-03-21 18:07:40 +0000
commit157ac224616f8543c3fc050af99863527b5f1873 (patch)
treea32597fb7c525165c1292c9bbaf1fb40d40c739f /azalea-buf
parent4865b772f641711c166fc49256a710d6624d163c (diff)
downloadazalea-drasl-157ac224616f8543c3fc050af99863527b5f1873.tar.xz
remove unused dependencies
thanks cargo-udeps
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml1
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]