hackatime-desktop/src-tauri/src/main.rs
Leafd aaba534a6d
feat: home page redesign (#40)
* feat: home page redesign

* chore(ci): remove secretlint
2025-10-07 14:42:16 -04:00

6 lines
106 B
Rust

#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
desktop_lib::run()
}