lib-ify as /rust-whisper-lib

This commit is contained in:
Bel LaPointe
2023-12-19 21:53:02 -05:00
parent 2883830dbe
commit f864d4dfc7
10 changed files with 1839 additions and 10 deletions

View File

@@ -6,3 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
whisper-rs = { path = "../gitea-whisper-rs", version = "0.8.0" }
wav = "1"
tokio = "1.27"
cpal = "0.15.2"
signal-hook = "0.3.17"
byteorder = "1.5.0"
chrono = "0.4.31"
clap = { version = "4.4.10", features = ["derive"] }