stub /rust-whisper as a bin

Bel LaPointe 2023-12-19 21:54:02 -05:00
parent f864d4dfc7
commit 641d7d077a
2 changed files with 1410 additions and 1 deletions

1409
rust-whisper/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,4 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
rust-whisper = { path = ".." } rust-whisper-lib = { path = "../rust-whisper-lib" }