From 186a96ef7e645ab6ebcda1f8004fbc2fbc2bdaf7 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 12 Jul 2024 15:33:10 +0200 Subject: [PATCH] refactor: remove a lot of unneeded dependencies --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f5d01f..e95cb38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,9 @@ anyhow = "1.0.86" chrono = "0.4.38" humantime = "2.1.0" libpt = { version = "0.6.0", features = ["cli"] } -notify-rust = { version = "4.11.0", optional = true } +notify-rust = { version = "4.11.0", default-features = false, features = [ + "d", +], optional = true } ratatui = "0.27.0" rodio = { version = "0.19.0", optional = true, default-features = false, features = [ "mp3",