From 606185c506eab23bc31ce65766c068adb59131f6 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 29 May 2024 11:16:13 -0700 Subject: [PATCH] re-add which to cargo --- crates/bws/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 4f04b9eac..1f444e23c 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -44,6 +44,7 @@ thiserror = "1.0.57" tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] } toml = "0.8.10" uuid = { version = "1.7.0", features = ["serde"] } +which = "6.0.0" [build-dependencies] bitwarden-cli = { workspace = true }