mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Re-add static-ssl feature
This commit is contained in:
parent
5826d95e6a
commit
cd1308426e
4 changed files with 44 additions and 21 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue