mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
use actix-net cell features
This commit is contained in:
parent
49eea3bf76
commit
1e1a4f846e
@ -29,7 +29,7 @@ name = "actix_web"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[features]
|
||||
default = ["session", "brotli", "flate2-c"]
|
||||
default = ["session", "brotli", "flate2-c", "cell"]
|
||||
|
||||
# tls
|
||||
tls = ["native-tls", "tokio-tls", "actix-net/tls"]
|
||||
@ -58,6 +58,8 @@ flate2-c = ["flate2/miniz-sys"]
|
||||
# rust backend for flate2 crate
|
||||
flate2-rust = ["flate2/rust_backend"]
|
||||
|
||||
cell = ["actix-net/cell"]
|
||||
|
||||
[dependencies]
|
||||
actix = "0.7.0"
|
||||
actix-net = { git="https://github.com/actix/actix-net.git" }
|
||||
|
Loading…
Reference in New Issue
Block a user