From d63d05505c763b79c2e850c8884a3dd310e02e2b Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu, 21 Dec 2023 22:02:25 -0500 Subject: [PATCH] drop excess packages --- rust-whisper-lib/Cargo.lock | 3 --- rust-whisper-lib/Cargo.toml | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) 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"