diff options
Diffstat (limited to 'rust/examples/flowgraph/Cargo.toml')
| -rw-r--r-- | rust/examples/flowgraph/Cargo.toml | 12 |
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="../../"} + |
