From d8b05b89c0ea059297d5797b8c9ccac3627f8f71 Mon Sep 17 00:00:00 2001 From: Hinton Date: Mon, 29 Sep 2025 11:12:55 +0200 Subject: [PATCH] Add mockall feature to api for vault crate --- crates/bitwarden-vault/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bitwarden-vault/Cargo.toml b/crates/bitwarden-vault/Cargo.toml index 3eb7237fd..9ae609694 100644 --- a/crates/bitwarden-vault/Cargo.toml +++ b/crates/bitwarden-vault/Cargo.toml @@ -57,6 +57,7 @@ wasm-bindgen = { workspace = true, optional = true } wasm-bindgen-futures = { workspace = true, optional = true } [dev-dependencies] +bitwarden-api-api = { workspace = true, features = ["mockall"] } bitwarden-test = { workspace = true } tokio = { workspace = true, features = ["rt"] }