summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
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"