From 1e85844d6407db817db25fd43f1dd9756ef0c3ae Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 20 Jan 2026 14:30:34 -0800 Subject: IDB Import refactor --- plugins/idb_import/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/idb_import/Cargo.toml') 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 -- cgit v1.3.1