Simple app to show the number of github notifications in the system tray
- Rust
- Create a github token with the
notifications
scope - Create a
.cargo/config.toml
file from the example and set theTOKEN
- Run
cargo tauri dev
to start a development run - Run
cargo tauri build
to get a Mac OS application