diff options
Diffstat (limited to 'plugins/idb_import/Cargo.toml')
| -rw-r--r-- | plugins/idb_import/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml new file mode 100644 index 00000000..66119081 --- /dev/null +++ b/plugins/idb_import/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "idb_import" +version = "0.1.0" +authors = ["Rubens Brandao <git@rubens.io>"] +edition = "2021" + +[lib] +crate-type = ["cdylib"] + +[dependencies] +anyhow = { version = "1.0.86", features = ["backtrace"] } +binaryninja.workspace = true +binaryninjacore-sys.workspace = true +idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.6" } +log = "0.4"
\ No newline at end of file |
