From 2fcacc55d5466a7d17bdc0b3ce988772aa6d0653 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Thu, 21 Jan 2021 18:35:20 +0000 Subject: cargo fmt and all my changes --- rust/examples/flowgraph/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 rust/examples/flowgraph/Cargo.toml (limited to 'rust/examples/flowgraph/Cargo.toml') 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 "] +edition = "2018" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +binaryninja = {path="../../"} + -- cgit v1.3.1