Image Upload #1

Merged
cameron merged 7 commits from feature/image-upload into master 2020-10-17 23:25:52 +00:00
2 changed files with 478 additions and 276 deletions
Showing only changes of commit fe23586059 - Show all commits

750
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,9 +7,9 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2.0"
actix-web = "3.0"
actix-rt = "1.0"
actix-files = "0.2.2"
actix-files = "0.3.0"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1.0"