Can export data as ZIP file

This commit is contained in:
2025-05-02 23:24:38 +02:00
parent 1b3ce1a98d
commit f335b9d0c0
6 changed files with 321 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ actix-cors = "0.7.0"
actix-multipart = "0.7.0"
actix-remote-ip = "0.1.0"
actix-session = { version = "0.10.0", features = ["redis-session"] }
actix-files = "0.6.6"
lazy_static = "1.5.0"
anyhow = "1.0.97"
serde = { version = "1.0.219", features = ["derive"] }
@@ -32,3 +33,5 @@ rust-embed = { version = "8.6.0" }
sha2 = "0.10.8"
httpdate = "1.0.3"
chrono = "0.4.41"
tempfile = "3.19.1"
zip = "2.6.1"