From 6dffa401b72a6a5de6e57ac0b598d9a22a5a7d74 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 26 Nov 2023 17:21:40 -0700 Subject: [PATCH] cleaner --- rust-whisper.d/Cargo.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rust-whisper.d/Cargo.toml b/rust-whisper.d/Cargo.toml index 2b35698..39aeb45 100644 --- a/rust-whisper.d/Cargo.toml +++ b/rust-whisper.d/Cargo.toml @@ -6,9 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -whisper-rs = "0.8.0" +whisper-rs = { path = "./gitea-whisper-rs", version = "0.8.0" } wav = "1" tokio = "1.27" - -[patch.crates-io] -whisper-rs = { path = "./gitea-whisper-rs" }