Skip to content

Commit

Permalink
feat: Add native-tls feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Nov 1, 2024
1 parent ed52666 commit 4a32280
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 29 deletions.
167 changes: 138 additions & 29 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ either = { version = "1.8.1", features = ["serde"]}
log = "0.4.18"
rand = "0.8.5"
libreauth = "0.16.0"
env_logger = "0.11.5"

[dev-dependencies]
httpmock = "0.6"

[features]
native-tls = ["tokio-tungstenite/native-tls"]

0 comments on commit 4a32280

Please sign in to comment.