Skip to content

Commit

Permalink
dependencies: use vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed May 22, 2024
1 parent 0122013 commit c229b4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
19 changes: 15 additions & 4 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ rayon = { version = "^1.0", optional = true }
reqwest = { version = "0.11.22", features = ["blocking"], optional = true }
url = "2.4.1"
walkdir = "^2.0"
openssl = { version = "0.10", features = ["vendored"] }

[features]
default = [ "network" ]
network = [ "dep:rayon", "dep:reqwest" ]
network = [ "dep:rayon", "dep:reqwest" ]

0 comments on commit c229b4a

Please sign in to comment.