allow downloading individual files from bundle

This commit is contained in:
xenofem 2022-05-24 15:14:31 -04:00
parent 43d03869ab
commit 007289ffe5
15 changed files with 499 additions and 69 deletions

View file

@ -13,6 +13,7 @@ actix-files = "0.6.0"
actix-http = "3.0.4"
actix-web = "4.0.1"
actix-web-actors = "4.1.0"
askama = "0.11.1"
bytes = "1.1.0"
bytesize = "1.1.0"
crc32fast = "1.3.2"
@ -28,6 +29,7 @@ rand = "0.8.5"
sanitise-file-name = "1.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.13.0"
thiserror = "1"
time = "0.3.9"
tokio = { version = "1.17.0", features = ["full"] }