summaryrefslogtreecommitdiff
path: root/plugins/workflow_swift/demo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/workflow_swift/demo/Cargo.toml')
-rw-r--r--plugins/workflow_swift/demo/Cargo.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/workflow_swift/demo/Cargo.toml b/plugins/workflow_swift/demo/Cargo.toml
new file mode 100644
index 00000000..38fb633d
--- /dev/null
+++ b/plugins/workflow_swift/demo/Cargo.toml
@@ -0,0 +1,19 @@
+[package]
+name = "workflow_swift-static"
+version = "0.1.0"
+edition = "2021"
+license = "BSD-3-Clause"
+publish = false
+
+[lib]
+crate-type = ["staticlib"]
+path = "../src/lib.rs"
+
+[features]
+demo = []
+
+[dependencies]
+binaryninja = { workspace = true, features = ["demo"] }
+binaryninjacore-sys.workspace = true
+tracing = "0.1"
+thiserror = "2.0"