Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys authored Dec 6, 2023
1 parent 53bab39 commit 70082e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ crate-type = ["cdylib"]
kessler = "0.1.4"
numpy = "0.18.0"
pyo3 = { version = "0.18.1", features = ["extension-module"] }

[target.'cfg(all(target_os = "linux", any(target_env = "musl", target_arch = "arm", target_arch = "aarch64")))'.dependencies]
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 70082e8

Please sign in to comment.