Serving files is working

Right now we're not doing any streaming and this isn't ideal. I'll need
to figure it out at some point.
This commit is contained in:
Cameron Cordes
2020-07-08 21:38:21 -04:00
parent 82203d9a41
commit 536300e0a1
5 changed files with 121 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
actix-web = "2.0"
actix-rt = "1.0"
actix-files = "0.2.2"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1.0"