commit f2a36952951f017905e593411adba14e753cd154
parent c3012d86c5b90ee1796ab868e0ea3c2e0315f969
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 1 Oct 2023 15:30:44 +0200
Do not static link openssl
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -13,9 +13,6 @@ napi = { version = "2.12.2", default-features = false, features = [
"error_anyhow",
] }
napi-derive = "2.12.2"
-yara = { version = "0.21.0", features = ["yara-static", "openssl-static"] }
-
-[target.aarch64-apple-darwin.dependencies]
yara = { version = "0.21.0", features = ["yara-static"] }
[build-dependencies]