mirror of
https://github.com/actix/actix-web.git
synced 2025-01-17 20:56:08 +00:00
no need for feature
This commit is contained in:
parent
3744957804
commit
2986077a28
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ path = "src/lib.rs"
|
||||||
default = []
|
default = []
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
ssl = ["openssl", "actix-connect/ssl", "actix-server-config/ssl"]
|
ssl = ["openssl", "actix-connect/ssl"]
|
||||||
|
|
||||||
# brotli encoding, requires c compiler
|
# brotli encoding, requires c compiler
|
||||||
brotli = ["brotli2"]
|
brotli = ["brotli2"]
|
||||||
|
|
Loading…
Reference in a new issue