diff options
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 |
