implement downloads, lots of misc tweaks/fixes

This commit is contained in:
xenofem 2022-04-27 20:15:51 -04:00
parent 18caa2baf1
commit 2ec295e606
7 changed files with 354 additions and 854 deletions

View file

@ -16,8 +16,10 @@ actix-web-actors = "4.1.0"
bytes = "1.1.0"
crc32fast = "1.3.2"
env_logger = "0.9"
futures = "0.3"
futures-core = "0.3"
log = "0.4"
mime = "0.3.16"
pin-project-lite = "0.2.9"
rand = "0.8.5"
sanitise-file-name = "1.0.0"
serde = { version = "1.0", features = ["derive"] }