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"] }