feat: initialize Tauri 2.x project structure

This commit is contained in:
2026-05-18 00:03:09 +05:30
parent 64df0660c8
commit 8e6ff466e1
14 changed files with 543 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}