Skip to content

Commit

Permalink
allow lib to be built with rustls-tls
Browse files Browse the repository at this point in the history
  • Loading branch information
LegitCamper committed Sep 27, 2024
1 parent 63ccc5a commit a14143a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
54 changes: 54 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ opt-level = "s"
lto = "thin"

[features]
default = ["webkit"]
default = ["webkit", "native-tls"]
webkit = ["ultralight"]
ultralight = ["ul-next"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls-tls"]

[dependencies]
env_home = "0.1.0"
Expand Down

0 comments on commit a14143a

Please sign in to comment.