diff --git a/rust-whisper-lib/Cargo.lock b/rust-whisper-lib/Cargo.lock index e9a2bcf..4d960cf 100644 --- a/rust-whisper-lib/Cargo.lock +++ b/rust-whisper-lib/Cargo.lock @@ -2991,10 +2991,7 @@ dependencies = [ name = "rust-whisper-lib" version = "0.1.0" dependencies = [ - "byteorder", - "chrono", "clap 4.4.11", - "tokio", "wav", "whisper", "whisper-rs", diff --git a/rust-whisper-lib/Cargo.toml b/rust-whisper-lib/Cargo.toml index 482ae82..4334909 100644 --- a/rust-whisper-lib/Cargo.toml +++ b/rust-whisper-lib/Cargo.toml @@ -8,8 +8,5 @@ edition = "2021" [dependencies] whisper-rs = { path = "../gitea-whisper-rs", version = "0.8.0" } whisper = { path = "../whisper-burn", version = "0.1.0", features = ["wgpu-backend"] } -wav = "1" -tokio = "1.27" -byteorder = "1.5.0" -chrono = "0.4.31" clap = { version = "4.4.10", features = ["derive"] } +wav = "1"