diff options
| author | Mason Reed <mason@vector35.com> | 2026-01-20 14:30:34 -0800 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2026-03-23 21:50:02 -0700 |
| commit | 1e85844d6407db817db25fd43f1dd9756ef0c3ae (patch) | |
| tree | d6d2df2c3ed9403604fecff294be88d70fce5cf7 /plugins/idb_import/Cargo.toml | |
| parent | 1f98e7ca7cce35ae4c2b4741f33e9892dd695534 (diff) | |
IDB Import refactor
Diffstat (limited to 'plugins/idb_import/Cargo.toml')
| -rw-r--r-- | plugins/idb_import/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml index ad2d2f6a..ce94b6f6 100644 --- a/plugins/idb_import/Cargo.toml +++ b/plugins/idb_import/Cargo.toml @@ -13,5 +13,7 @@ crate-type = ["cdylib"] 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.12" } -tracing = "0.1"
\ No newline at end of file +idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.13" } +tracing = "0.1" +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0"
\ No newline at end of file |
