diff options
Diffstat (limited to 'rust/examples/decompile/Cargo.toml')
| -rw-r--r-- | rust/examples/decompile/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/examples/decompile/Cargo.toml b/rust/examples/decompile/Cargo.toml new file mode 100644 index 00000000..2a6ac3b1 --- /dev/null +++ b/rust/examples/decompile/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "decompile" +version = "0.1.0" +authors = ["Fabian Freyer <mail@fabianfreyer.de>"] +edition = "2018" + +[dependencies] +binaryninja = {path="../../"} +clap = { version = "3.0", features = ["derive"] } + |
