diff options
| author | Malte Voos <git@mal.tc> | 2025-11-15 01:05:24 +0100 |
|---|---|---|
| committer | Malte Voos <git@mal.tc> | 2025-11-15 02:14:19 +0100 |
| commit | 016b76acba13e86df59f818581aa61f7bbaffff8 (patch) | |
| tree | e88417289428a947d818d3eeaeafbd2df34b4efb /Cargo.toml | |
| parent | a8457a25ccb9b1ef47f5ce9d7ac1a84c47600c9e (diff) | |
| download | lleap-016b76acba13e86df59f818581aa61f7bbaffff8.tar.gz lleap-016b76acba13e86df59f818581aa61f7bbaffff8.zip | |
whisper transcription working
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |