From b480c8fb4e1e4690c3b37ba4fbf5c699083e178e Mon Sep 17 00:00:00 2001 From: sloganking Date: Sat, 21 Oct 2023 21:48:35 -0400 Subject: [PATCH] Remove unused dependencies. --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e62d9f8..9eb325f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,15 +9,10 @@ edition = "2021" anyhow = "1.0.75" async-openai = "0.14.3" clap = { version = "4.4.6", features = ["derive"] } -colored = "2.0.4" cpal = "0.15.2" dotenvy = "0.15.7" enigo = "0.1.3" -futures = "0.3.28" hound = "3.5.1" -lazy_static = "1.4.0" -no-panic = "0.1.26" rdev = "0.5.3" tempfile = "3.8.0" tokio = { version = "1.29.0", features = ["macros", "rt-multi-thread"] } -tts_rust = "0.3.5"