From 016b76acba13e86df59f818581aa61f7bbaffff8 Mon Sep 17 00:00:00 2001 From: Malte Voos Date: Sat, 15 Nov 2025 01:05:24 +0100 Subject: whisper transcription working --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed363f7..f7e008c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,8 @@ log = "0.4" tracker = "0.2.2" unicode-segmentation = "1.12.0" isolang = { git = "https://github.com/humenda/isolang-rs" } +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.145" [target.'cfg(target_os = "macos")'.dependencies] cocoa = "0.26" -- cgit 1.4.1