initialize Tauri backend with SQLite database

This commit is contained in:
Your Name
2026-02-17 18:03:12 +02:00
parent e570f4af8e
commit 8b1dc78132
14 changed files with 708 additions and 0 deletions

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

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