From 8b9a569b7663fe38f1b958eb8ce3613dc7e57118 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 19 Apr 2026 20:10:18 +0100 Subject: [PATCH] deps(transcription): add whisper-rs 0.16 alongside transcribe-rs for Whisper backend swap --- crates/transcription/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/transcription/Cargo.toml b/crates/transcription/Cargo.toml index cbeeefa..8069037 100644 --- a/crates/transcription/Cargo.toml +++ b/crates/transcription/Cargo.toml @@ -19,3 +19,5 @@ futures-util = "0.3" # Download integrity verification sha2 = "0.10" + +whisper-rs = { version = "0.16", default-features = false, features = ["vulkan"] }