diff options
| author | Rubens Brandao <git@rubens.io> | 2024-08-14 18:12:52 -0300 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-08-30 10:17:29 -0400 |
| commit | fe0d4ae2c3baa26fca84a9a8cb9670955bdfea12 (patch) | |
| tree | 6b502bbc8dcad7e71725afcd2924085c59a54fda /rust/examples/idb_import/Cargo.toml | |
| parent | 564f2a065fae5e08990c660926b147bca7c29226 (diff) | |
Initial IDB/TIL import plugin
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" |
