diff options
| -rw-r--r-- | azalea-nbt/Cargo.toml | 2 |
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 |
