feat(async): use async i/o with tokio
This commit is contained in:
@ -7,6 +7,8 @@ authors = ["Chouhartem <fabrice.mouhartem@epheme.re>"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
async_zip = { version = "0.0.17", features = ["full"] }
|
||||
infer = "0.16.0"
|
||||
magick_rust = "1.0.0"
|
||||
zip = "2.1.6"
|
||||
tokio = { version = "1.46.1", features = ["full"] }
|
||||
tokio-util = { version = "0.7.15", features = ["full"] }
|
||||
|
Reference in New Issue
Block a user