drop excess packages

master
Bel LaPointe 2023-12-21 22:02:25 -05:00
parent 5fb1308b30
commit d63d05505c
2 changed files with 1 additions and 7 deletions

View File

@ -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",

View File

@ -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"