From 91730bcecda6f2e7ef5e10983d6b0ce0b38196ab Mon Sep 17 00:00:00 2001
From: fxqnlr <felixquinn03@gmail.com>
Date: Wed, 25 Sep 2024 15:14:21 +0200
Subject: remove notifications from default features

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 9a24ac3..5ca7ae2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
 version = "0.1.0"
 
 [features]
-default = ["notifications"]
+default = []
 notifications = ["dep:notify-rust"]
 
 [dependencies]
-- 
cgit v1.2.3