From 551738c693b52b8c383eab629fbc9d81d04d4c4b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 22 Oct 2025 02:09:10 -0400 Subject: Add more plugins to free Adds WARP, DWARF Import and Objective-C plugins to free --- plugins/warp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/warp/Cargo.toml') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index ccdd0fc5..1e4ecb5e 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -7,6 +7,9 @@ license = "Apache-2.0" [lib] crate-type = ["lib", "cdylib"] +[features] +demo = [] + [dependencies] binaryninja = { workspace = true, features = ["rayon"] } binaryninjacore-sys.workspace = true -- cgit v1.3.1