summaryrefslogtreecommitdiff
path: root/rust/examples/workflow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/workflow/Cargo.toml')
-rw-r--r--rust/examples/workflow/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/rust/examples/workflow/Cargo.toml b/rust/examples/workflow/Cargo.toml
new file mode 100644
index 00000000..4c2309ca
--- /dev/null
+++ b/rust/examples/workflow/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "workflow"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+binaryninja = { path="../../" }
+log = "0.4" \ No newline at end of file