aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-13 00:20:42 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2025-09-13 00:20:42 +0530
commit330328d5ac6c633f117127b64b239631ca28277e (patch)
tree31be37cfcbc28cf15772c74e69f9bad959747890 /Cargo.toml
parenta85293cb7e755d5b81676088db205388488763a7 (diff)
Added notificationsv0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ebc08b2..d2e3db5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,9 @@ homepage = "https://git.vidhukant.com/polydoro/about"
repository = "https://git.vidhukant.com/polydoro"
readme = "README.md"
keywords = ["pomodoro", "polybar", "statusbar", "widget", "lemonbar"]
-version = "0.1.2"
+version = "0.2.0"
edition = "2024"
[dependencies]
bincode = "2.0.1"
+notify-rust = "4"