From 3beb58189bdb9e129cbde3a5f250d525f3b8694f Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 21 Apr 2022 17:24:20 +0000 Subject: tokio features in az-nbt --- azalea-nbt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3