mirror of https://github.com/fafhrd91/actix-web
chore: restore manifests
This commit is contained in:
parent
e22a4399e6
commit
0cec165cd8
|
@ -18,6 +18,7 @@ path = "src/lib.rs"
|
|||
|
||||
[features]
|
||||
default = ["http", "unicode"]
|
||||
http = ["dep:http"]
|
||||
unicode = ["dep:regex"]
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -92,7 +92,7 @@ actix-utils = "3"
|
|||
actix-tls = { version = "3.3", default-features = false, optional = true }
|
||||
|
||||
actix-http = { version = "3.6", features = ["ws"] }
|
||||
actix-router = { path = "../actix-router", default-features = false, features = ["http"] }
|
||||
actix-router = { version = "0.5", default-features = false, features = ["http"] }
|
||||
actix-web-codegen = { version = "4.2", optional = true }
|
||||
|
||||
ahash = "0.8"
|
||||
|
|
Loading…
Reference in New Issue