mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Add openssl tls backend for all platforms
This commit is contained in:
parent
4ec9a0d309
commit
dc6bc0d951
5 changed files with 221 additions and 41 deletions
|
|
@ -4,6 +4,12 @@ authors = ["Crunchy Labs Maintainers"]
|
|||
version = "3.0.0-dev.14"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["openssl-static"]
|
||||
|
||||
openssl = ["crunchy-cli-core/openssl"]
|
||||
openssl-static = ["crunchy-cli-core/openssl-static"]
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"], default-features = false }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue