1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

tokio features in az-nbt

This commit is contained in:
mat 2022-04-21 17:24:20 +00:00
parent 2c848ebaa5
commit 3beb58189b

View file

@ -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