stream zip archive creation

This commit is contained in:
2025-08-29 23:34:21 +02:00
parent 3498a2926c
commit 9b3f4a5fe6
4 changed files with 75 additions and 36 deletions

View File

@@ -38,7 +38,8 @@ sqlx = { version = "0.8.6", features = [
] }
thiserror = "2.0.12"
tokio = { version = "1.46.1", features = ["full"] }
tokio-util = "0.7.15"
tokio-stream = "0.1.17"
tokio-util = { version = "0.7.15", features = ["io-util"] }
tower = "0.5.2"
tower-http = { version = "0.6.6", features = ["cors", "fs", "trace"] }
tracing = "0.1.41"