Can export data as ZIP file
This commit is contained in:
@@ -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"
|
Reference in New Issue
Block a user