2024-07-04 21:46:29 -07:00

5 lines
67 B
Rust

fn main() {
// Build the Tauri app
tauri_build::build();
}