Skip to content

Commit

Permalink
compile and statically link to OpenSSL (#110)
Browse files Browse the repository at this point in the history
Signed-off-by: 迷渡 <[email protected]>
  • Loading branch information
justjavac authored Jun 7, 2022
1 parent 347634f commit 01e9a18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dirs = "4.0.0"
phf = { version = "0.10.1", features = ["macros"] }
colored = "2.0.0"
set_env = "1.3.1"
native-tls = { version = "0.2.10", features = ["vendored"] }

[target.'cfg(windows)'.dependencies]
output_vt100 = "0.1.3"
Expand Down

0 comments on commit 01e9a18

Please sign in to comment.