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 /plugins/warp/examples/headless/Cargo.toml | |
| parent | be78ae60cb0e718227c1391b6fa46543656020cc (diff) | |
[WARP] Add example of batch processing using the headless Rust API
Diffstat (limited to 'plugins/warp/examples/headless/Cargo.toml')
| -rw-r--r-- | plugins/warp/examples/headless/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/warp/examples/headless/Cargo.toml b/plugins/warp/examples/headless/Cargo.toml new file mode 100644 index 00000000..b28b089d --- /dev/null +++ b/plugins/warp/examples/headless/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "warp_headless" +version = "0.1.0" +edition = "2021" + +[dependencies] +clap = { version = "4.5", features = ["derive"] } +indicatif = "0.18.2" +warp_ninja.workspace = true +binaryninjacore-sys.workspace = true +binaryninja.workspace = true +log = "0.4" +env_logger = "0.11" +ctrlc = "3.5"
\ No newline at end of file |
