summaryrefslogtreecommitdiff
path: root/plugins/workflow_objc/demo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/workflow_objc/demo/Cargo.toml')
-rw-r--r--plugins/workflow_objc/demo/Cargo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/workflow_objc/demo/Cargo.toml b/plugins/workflow_objc/demo/Cargo.toml
new file mode 100644
index 00000000..bb7f41fa
--- /dev/null
+++ b/plugins/workflow_objc/demo/Cargo.toml
@@ -0,0 +1,21 @@
+[package]
+name = "workflow_objc-static"
+version = "0.1.0"
+edition = "2021"
+license = "BSD-3-Clause"
+
+[lib]
+crate-type = ["staticlib"]
+path = "../src/lib.rs"
+
+[features]
+demo = []
+
+[dependencies]
+binaryninja = { workspace = true, features = ["demo"] }
+binaryninjacore-sys.workspace = true
+log = "0.4"
+dashmap = { version = "6.1", features = ["rayon"]}
+once_cell = "1.20"
+thiserror = "2.0"
+bstr = "1.12"