Remove openssl compilation from Makefile
This commit is contained in:
parent
98d6a6f054
commit
71a425ce66
3 changed files with 16 additions and 25 deletions
|
|
@ -13,6 +13,7 @@ readme = "README.md"
|
|||
|
||||
[features]
|
||||
default = ["sha1-system", "default-tls", "webui"]
|
||||
openssl-vendored = ["openssl/vendored"]
|
||||
tokio-console = ["console-subscriber", "tokio/tracing"]
|
||||
webui = ["librqbit/webui"]
|
||||
timed_existence = ["librqbit/timed_existence"]
|
||||
|
|
@ -39,6 +40,7 @@ serde = {version = "1", features=["derive"]}
|
|||
serde_json = "1"
|
||||
size_format = "1"
|
||||
bytes = "1.5.0"
|
||||
openssl = {version = "0.10", features = ["vendored"], optional=true}
|
||||
|
||||
[dev-dependencies]
|
||||
futures = {version = "0.3"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue