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/dwarf/dwarf_import/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/dwarf/dwarf_import/Cargo.toml') diff --git a/plugins/dwarf/dwarf_import/Cargo.toml b/plugins/dwarf/dwarf_import/Cargo.toml index ca06b11b..15f3fda8 100644 --- a/plugins/dwarf/dwarf_import/Cargo.toml +++ b/plugins/dwarf/dwarf_import/Cargo.toml @@ -7,6 +7,9 @@ license = "Apache-2.0" [lib] crate-type = ["cdylib"] +[features] +demo = [] + [dependencies] dwarfreader = { path = "../shared/" } binaryninja.workspace = true -- cgit v1.3.1