[feat] add reqwest and sha2 dependencies to support new features in transcript processing

This commit is contained in:
2025-08-08 08:13:39 +02:00
parent f5f55a0ec4
commit 5b170ceabb
3 changed files with 1940 additions and 24 deletions

View File

@@ -10,6 +10,8 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
toml = "0.8"
chrono = { version = "0.4", features = ["clock"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
sha2 = "0.10"
whisper-rs = { git = "https://github.com/tazz4843/whisper-rs", optional = true }
[features]