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:
parent
2c848ebaa5
commit
3beb58189b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue