feat(robin): M1 System Presence — journald/kmsg/inotify watcher, pattern classifier, tray badge, chat panel #2
2 changed files with 7 additions and 2 deletions
|
|
@ -24,6 +24,8 @@ log = "0.4"
|
|||
anyhow = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
toml = "0.8"
|
||||
notify = "6"
|
||||
dirs = "5"
|
||||
tauri = { version = "2.11.2", features = ["tray-icon"] }
|
||||
tauri-plugin-log = "2"
|
||||
tauri-plugin-notification = "2"
|
||||
|
|
|
|||
|
|
@ -3,9 +3,12 @@
|
|||
"identifier": "default",
|
||||
"description": "enables the default permissions",
|
||||
"windows": [
|
||||
"main"
|
||||
"chat"
|
||||
],
|
||||
"permissions": [
|
||||
"core:default"
|
||||
"core:default",
|
||||
"notification:default",
|
||||
"fs:read-all",
|
||||
"shell:allow-execute"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue