Improve test coverage and logging #7

Merged
cameron merged 5 commits from feature/improve-test-coverage into master 2021-03-01 13:18:24 +00:00
2 changed files with 0 additions and 16 deletions
Showing only changes of commit 72e41b99a1 - Show all commits

15
Cargo.lock generated
View File

@@ -60,20 +60,6 @@ dependencies = [
"trust-dns-resolver",
]
[[package]]
name = "actix-cors"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b133d8026a9f209a9aeeeacd028e7451bcca975f592881b305d37983f303d7"
dependencies = [
"actix-web",
"derive_more",
"futures-util",
"log",
"once_cell",
"tinyvec",
]
[[package]]
name = "actix-files"
version = "0.5.0"
@@ -1200,7 +1186,6 @@ name = "image-api"
version = "0.1.0"
dependencies = [
"actix",
"actix-cors",
"actix-files",
"actix-multipart",
"actix-rt 2.1.0",

View File

@@ -12,7 +12,6 @@ actix-web = "3"
actix-rt = "2"
actix-files = "0.5"
actix-multipart = "0.3.0"
actix-cors = "0.5"
futures = "0.3.5"
jsonwebtoken = "7.2.0"
serde = "1"