From cc742d95264d1fb1ead1b5fbea0a1dc0b06b6d23 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 3 Nov 2025 20:10:58 -0500 Subject: [WARP] Add example of batch processing using the headless Rust API --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d1bec12b..7061c201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ members = [ "plugins/svd/demo", "plugins/warp", "plugins/warp/demo", + "plugins/warp/examples/headless", "plugins/workflow_objc", "plugins/workflow_objc/demo", ] @@ -29,6 +30,7 @@ members = [ [workspace.dependencies] binaryninja = { path = "rust" } binaryninjacore-sys = { path = "rust/binaryninjacore-sys" } +warp_ninja = { path = "plugins/warp" } [profile.release] lto = "thin" -- cgit v1.3.1