Skip to content

Commit

Permalink
Use vendored OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
rcook committed Apr 3, 2023
1 parent 4caa086 commit eb411c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ tempdir = "0.3.7"
tinytemplate = "1.2.1"
tokio = { version = "1.26.0", features = ["full"] }

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies]
exec = "0.3.1"

[target."cfg(target_os = \"linux\")".dependencies]
openssl-sys = { version = "0.9.84", optional = true, features = [ "vendored" ] }

[profile.release]
codegen-units = 1
lto = true
Expand Down

0 comments on commit eb411c0

Please sign in to comment.