5 lines
67 B
Rust
5 lines
67 B
Rust
fn main() {
|
|
// Build the Tauri app
|
|
tauri_build::build();
|
|
}
|