feat(async): use async i/o with tokio

This commit is contained in:
2025-07-14 22:16:07 +02:00
parent ec25edc81a
commit 72b8174422
3 changed files with 586 additions and 389 deletions

View File

@ -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"] }