Initial commit: scaffold Tauri app

This commit is contained in:
Michael Chihlas
2026-05-08 14:31:16 -04:00
commit a8255b90d5
38 changed files with 426 additions and 0 deletions

3
src-tauri/build.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}