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/workflow_objc/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/workflow_objc/Cargo.toml') diff --git a/plugins/workflow_objc/Cargo.toml b/plugins/workflow_objc/Cargo.toml index f6392d9f..024d9d9a 100644 --- a/plugins/workflow_objc/Cargo.toml +++ b/plugins/workflow_objc/Cargo.toml @@ -7,6 +7,9 @@ license = "BSD-3-Clause" [lib] crate-type = ["staticlib", "cdylib"] +[features] +demo = [] + [dependencies] binaryninja = { workspace = true } binaryninjacore-sys.workspace = true -- cgit v1.3.1