diff options
| author | Mason Reed <mason@vector35.com> | 2025-05-10 21:55:22 -0400 |
|---|---|---|
| committer | Mason Reed <35282038+emesare@users.noreply.github.com> | 2025-05-12 17:45:24 -0400 |
| commit | 7ddeeccc4ae262b2f7cba8dfd1207d15b91d907c (patch) | |
| tree | eebd6d352932962487dd378eb347a75782781a89 /rust/Cargo.toml | |
| parent | 663225b7a25b36ab93fb008c20ddb316879f22fb (diff) | |
[Rust] Consult secrets provider when trying to connect to a remote
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
