[package] name = "idb_import" version = "0.1.0" authors = ["Rubens Brandao "] edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] anyhow = "1.0.86" binaryninja = { path = "../../" } idb-rs = { git = "https://github.com/Vector35/idb-rs", rev = "ce943e1" } log = "0.4.20"