Move cors middleware to actix-cors crate

This commit is contained in:
Nikolay Kim 2019-06-15 09:34:16 +06:00
parent bf48798bce
commit cd323f2ff1
9 changed files with 62 additions and 13 deletions

View file

@ -31,6 +31,7 @@ members = [
".",
"awc",
"actix-http",
"actix-cors",
"actix-files",
"actix-framed",
"actix-session",
@ -80,6 +81,8 @@ actix-server-config = "0.1.1"
actix-threadpool = "0.1.1"
awc = { version = "0.2.1", optional = true }
# actix-cors = "0.1."{ path="./actix-cors" }
bytes = "0.4"
derive_more = "0.14"
encoding = "0.2"