Skip to content

Commit

Permalink
use vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed Sep 9, 2024
1 parent 3b909ab commit ccf1656
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ libp2p-identity = { version = "0.2.9", features = ["secp256k1"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

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

[dev-dependencies]
colored = "2.1.0"
Expand Down

0 comments on commit ccf1656

Please sign in to comment.