mirror of
https://github.com/actix/actix-web.git
synced 2024-12-30 12:00:38 +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 = []
|
||||
|
||||
# openssl
|
||||
ssl = ["openssl", "actix-connect/ssl", "actix-server-config/ssl"]
|
||||
ssl = ["openssl", "actix-connect/ssl"]
|
||||
|
||||
# brotli encoding, requires c compiler
|
||||
brotli = ["brotli2"]
|
||||
|
|
Loading…
Reference in a new issue