From 7ddeeccc4ae262b2f7cba8dfd1207d15b91d907c Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Sat, 10 May 2025 21:55:22 -0400 Subject: [Rust] Consult secrets provider when trying to connect to a remote --- rust/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index aecffb99..16743cd9 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,6 +18,8 @@ log = { version = "0.4", features = ["std"] } rayon = { version = "1.10", optional = true } binaryninjacore-sys = { path = "binaryninjacore-sys" } thiserror = "2.0" +# Parts of the collaboration and workflow APIs consume and produce JSON. +serde_json = "1.0" [dev-dependencies] rstest = "0.24" -- cgit v1.3.1