18 lines
421 B
TOML
18 lines
421 B
TOML
[package]
|
|
name = "rust-whisper-lib"
|
|
version = "0.1.0"
|
|
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"
|
|
byteorder = "1.5.0"
|
|
chrono = "0.4.31"
|
|
clap = { version = "4.4.10", features = ["derive"] }
|
|
rwhisper = "0.1.2"
|
|
rodio = "0.17.3"
|
|
futures = "0.3.29"
|