feat: add system notification when timers finish

This commit is contained in:
Stevan Freeborn
2026-07-22 22:36:41 -05:00
parent f2da97f216
commit 7adb766926
3 changed files with 778 additions and 6 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
[package]
name = "termato"
version = "0.1.0"
version = "0.0.0"
edition = "2024"
[dependencies]
crossterm = "0.29.0"
figlet-rs = "1.0.0"
notify-rust = "4.18.0"
ratatui = "0.30.2"