diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-01-21 18:35:20 +0000 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-01-21 19:07:07 +0000 |
| commit | 2fcacc55d5466a7d17bdc0b3ce988772aa6d0653 (patch) | |
| tree | 9d0f2ba19117843575936f2b93e0b6a578a84dc8 /rust/examples/flowgraph/Cargo.toml | |
| parent | a0da07c5c2860a5bd69921d38e438bbc1d43912f (diff) | |
cargo fmt and all my changes
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="../../"} + |
