diff options
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
| -rw-r--r-- | rust/examples/idb_import/Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml new file mode 100644 index 00000000..c54ba93b --- /dev/null +++ b/rust/examples/idb_import/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "idb_import" +version = "0.1.0" +authors = ["Rubens Brandao <git@rubens.io>"] +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +anyhow = "1.0.86" +binaryninja = { path = "../../" } +idb-rs = { git = "https://github.com/Vector35/idb-rs" } +log = "0.4.20" |
