diff options
| author | Mason Reed <mason@vector35.com> | 2025-11-03 20:10:58 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-11-04 13:34:46 -0500 |
| commit | cc742d95264d1fb1ead1b5fbea0a1dc0b06b6d23 (patch) | |
| tree | c33d41ef0b7f0762fcd55f364dd60fc1394b8937 /Cargo.toml | |
| parent | be78ae60cb0e718227c1391b6fa46543656020cc (diff) | |
[WARP] Add example of batch processing using the headless Rust API
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
