[READ-ONLY] Mirror of https://github.com/probablykasper/remind-me-again. Toggleable cron reminders app for Mac, Linux and Windows
linux macos notifications reminder tauri windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Enable devtools in production

Kasper (Oct 28, 2022, 9:25 AM +0200) 3a1f8bc9 e749b280

+1 -1
+1 -1
src-tauri/Cargo.toml
··· 16 16 serde = { version = "1.0", features = ["derive"] } 17 17 tokio = { version = "1.19", features = ["macros", "time"] } 18 18 chrono = "0.4" 19 - tauri = { version = "1.1", features = ["devtools", "dialog-message", "macos-private-api", "notification-all", "shell-open", "system-tray"] } 19 + tauri = { version = "1.1", features = ["devtools", "dialog-message", "macos-private-api", "notification-all", "shell-open", "system-tray", "devtools"] } 20 20 async-cron-scheduler = "1.0" 21 21 tauri-plugin-window-state = "0.1" 22 22 nanoid = "0.4"