[feat] add reqwest
and sha2
dependencies to support new features in transcript processing
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user