Skip to content

Commit

Permalink
add openssl to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smehnov committed Jun 11, 2024
1 parent 8a1f624 commit 8960e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ libp2p = { version = "0.53.2", features = ["tokio", "mdns", "gossipsub", "macros
futures = "0.3.30"
base64 = "0.22.0"
libp2p-identity = { version="0.2.8", features=["peerid"]}
# openssl = { version = "0.10", features = ["vendored"] }
openssl = { version = "0.10", features = ["vendored"] }


0 comments on commit 8960e8c

Please sign in to comment.