aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-21 17:24:20 +0000
committermat <github@matdoes.dev>2022-04-21 17:24:20 +0000
commit3beb58189bdb9e129cbde3a5f250d525f3b8694f (patch)
tree1f7c5b1a2a8d37f526af9bdcb17abb8addf08426
parent2c848ebaa59781462aba6da428c8dfcc51dbacf8 (diff)
downloadazalea-drasl-3beb58189bdb9e129cbde3a5f250d525f3b8694f.tar.xz
tokio features in az-nbt
-rw-r--r--azalea-nbt/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml
index 5d28d136..89a1efd8 100644
--- a/azalea-nbt/Cargo.toml
+++ b/azalea-nbt/Cargo.toml
@@ -16,7 +16,7 @@ tokio = "^1.15.0"
[dev-dependencies]
criterion = {version = "^0.3.5", features = ["html_reports", "async_tokio"]}
-tokio = {version = "^1.15.0", features = ["fs"]}
+tokio = {version = "^1.15.0", features = ["fs", "io-util", "macros"]}
[profile.release]
lto = true