Re-add static-ssl feature

This commit is contained in:
ByteDream 2022-12-03 12:26:36 +01:00
parent 5826d95e6a
commit cd1308426e
4 changed files with 44 additions and 21 deletions

View file

@ -9,6 +9,9 @@ default = ["static-curl"]
# Embed a static curl library into the binary instead of just linking it.
static-curl = ["crunchy-cli-core/static-curl"]
# Embed a static tls library into the binary instead of just linking it.
# has no effect on Windows, always activated there.
static-ssl = ["crunchy-cli-core/static-ssl"]
[dependencies]
tokio = { version = "1.22", features = ["macros", "rt-multi-thread", "time"], default-features = false }