summaryrefslogtreecommitdiff
path: root/rust/examples/flowgraph/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/flowgraph/Cargo.toml')
-rw-r--r--rust/examples/flowgraph/Cargo.toml11
1 files changed, 0 insertions, 11 deletions
diff --git a/rust/examples/flowgraph/Cargo.toml b/rust/examples/flowgraph/Cargo.toml
deleted file mode 100644
index 84db987e..00000000
--- a/rust/examples/flowgraph/Cargo.toml
+++ /dev/null
@@ -1,11 +0,0 @@
-[package]
-name = "flowgraph"
-version = "0.1.0"
-authors = ["Kyle Martin <kyle@vector35.com>"]
-edition = "2021"
-
-[lib]
-crate-type = ["cdylib"]
-
-[dependencies]
-binaryninja = {path="../../"}