Phase 2 complete.

This commit is contained in:
Aodhan Collins
2025-10-06 21:08:25 +01:00
parent 66749a5ce7
commit 8d6a681baa
26 changed files with 3163 additions and 164 deletions

View File

@@ -14,7 +14,7 @@ tauri-build = { version = "1.5", features = [] }
[dependencies]
dotenvy = "0.15"
tauri = { version = "1.5", features = ["shell-open", "window-all"] }
tauri = { version = "1.5", features = [ "global-shortcut-all", "notification-all", "shell-open", "window-all", "global-shortcut", "notification"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }