File upload working

This commit is contained in:
Cameron Cordes
2020-09-11 19:32:10 -04:00
parent fe23586059
commit 426c695b47
4 changed files with 123 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ edition = "2018"
actix-web = "3.0"
actix-rt = "1.0"
actix-files = "0.3.0"
actix-multipart = "0.3.0"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1.0"