diff options
Diffstat (limited to 'rust/examples/idb_import/Cargo.toml')
| -rw-r--r-- | rust/examples/idb_import/Cargo.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/rust/examples/idb_import/Cargo.toml b/rust/examples/idb_import/Cargo.toml deleted file mode 100644 index 6845d8d2..00000000 --- a/rust/examples/idb_import/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[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 = { path = "../../" } -idb-rs = { git = "https://github.com/Vector35/idb-rs", version = "0.1.6" } -log = "0.4.20" |
