feat: initialize Tauri backend with SQLite database

This commit is contained in:
Your Name
2026-02-17 18:03:12 +02:00
parent 051de9604b
commit ce6c9c23b9
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()
}