Skip to content

Commit

Permalink
Add openssl as explicit dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
LSchueler committed Aug 26, 2024
1 parent c28d6d9 commit ea48bb3
Show file tree
Hide file tree
Showing 2 changed files with 12 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.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ ndarray-linalg = { version = "0.16", features = ["openblas-static"] }
rayon = "1.10"
special = "0.11"
plotters = "0.3"
openssl = { version = "0.10", features = ["vendored"] }

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
Expand Down

0 comments on commit ea48bb3

Please sign in to comment.