Use an Actor for the Stream watching
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good

This commit is contained in:
Cameron Cordes
2021-02-11 20:39:07 -05:00
parent 45b4f0cd72
commit 11d1e9600a
4 changed files with 125 additions and 59 deletions

View File

@@ -7,11 +7,12 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.10"
actix-web = "3"
actix-rt = "1"
actix-files = "0.4"
actix-multipart = "0.3.0"
actix-cors="0.5"
actix-cors = "0.5"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1"