swapped rust-whisper-baked to rust-whisper-baked-lib

This commit is contained in:
Bel LaPointe
2023-12-19 22:30:54 -05:00
parent 7a9cdd7e4f
commit 218816a9dc
3 changed files with 12 additions and 4 deletions

View File

@@ -7,4 +7,5 @@ edition = "2021"
[dependencies]
rust-whisper-lib = { path = "../rust-whisper-lib" }
rust-whisper-baked-lib = { path = "../rust-whisper-baked-lib" }
clap = { version = "4.4.10", features = ["derive"] }