node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit 0d55edc0e77df341c6da9bb27b355ed53d15cf6c
parent ea380312febcb55bc828046f0f4e2a0893b4848a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 30 Sep 2023 22:35:14 +0200

dynamically link to yara instead

Diffstat:
MCargo.toml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -18,7 +18,6 @@ napi = { version = "2.12.2", default-features = false, features = [ napi-derive = "2.12.2" serde_json = "1.0.107" yara = { version = "0.21.0", features = [ - "yara-static", "module-magic", "serde", ] }