15 lines
441 B
TOML
15 lines
441 B
TOML
[package]
|
|
name = "rust-whisper-baked"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rust-whisper-lib = { path = "../rust-whisper-lib" }
|
|
rust-whisper-baked-lib = { path = "../rust-whisper-baked-lib" }
|
|
listen-lib = { path = "../listen-lib" }
|
|
clap = { version = "4.4.10", features = ["derive"] }
|
|
stop-words = "0.8.0"
|
|
rust-stemmers = "1.2.0"
|