summaryrefslogtreecommitdiff
path: root/rust/examples/flowgraph/Cargo.toml
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-01-21 18:35:20 +0000
committerKyleMiles <krm504@nyu.edu>2021-01-21 19:07:07 +0000
commit2fcacc55d5466a7d17bdc0b3ce988772aa6d0653 (patch)
tree9d0f2ba19117843575936f2b93e0b6a578a84dc8 /rust/examples/flowgraph/Cargo.toml
parenta0da07c5c2860a5bd69921d38e438bbc1d43912f (diff)
cargo fmt and all my changes
Diffstat (limited to 'rust/examples/flowgraph/Cargo.toml')
-rw-r--r--rust/examples/flowgraph/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/rust/examples/flowgraph/Cargo.toml b/rust/examples/flowgraph/Cargo.toml
new file mode 100644
index 00000000..7c7c07eb
--- /dev/null
+++ b/rust/examples/flowgraph/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "flowgraph"
+version = "0.1.0"
+authors = ["Kyle Martin <kyle@vector35.com>"]
+edition = "2018"
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+binaryninja = {path="../../"}
+