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

@ -5,8 +5,8 @@ version = "3.0.0-dev.1"
edition = "2021"
[features]
# Embed a static curl library into the binary instead of just linking it.
static-curl = ["crunchyroll-rs/static-curl"]
static-ssl = ["isahc/native-tls-static"]
[dependencies]
anyhow = "1.0"