extract the create_app function for the tests

This commit is contained in:
Tamo
2022-10-18 11:57:00 +02:00
committed by Clément Renault
parent d1a6fb2971
commit 634eb52926
5 changed files with 69 additions and 51 deletions

View File

@ -23,8 +23,8 @@ zip = { version = "0.6.2", optional = true }
[dependencies]
actix-cors = "0.6.3"
actix-http = { version = "3.2.2", default-features = false, features = ["compress-brotli", "compress-gzip", "rustls"] }
actix-web = { version = "4.2.1", default-features = false, features = ["macros", "compress-brotli", "compress-gzip", "cookies", "rustls"] }
actix-http = "3.2.2"
actix-web-static-files = { git = "https://github.com/kilork/actix-web-static-files.git", rev = "2d3b6160", optional = true }
anyhow = { version = "1.0.65", features = ["backtrace"] }
async-stream = "0.3.3"