Phase 2 complete.
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user