Skip to content

Commit

Permalink
fix: statically link openssl (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel authored Dec 15, 2024
1 parent b29e4d0 commit 6b4626c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ tungstenite = { git = "https://github.com/snapview/tungstenite-rs", rev = "0fa41
"native-tls",
] }
url = "2.5.0"

[dependencies.openssl]
version = "0.10"
features = [
"vendored"
]

0 comments on commit 6b4626c

Please sign in to comment.