Add Tauri app backend setup with dependencies and basic build script

- Introduced `build.rs` for Tauri build process initialization.
- Added `Cargo.toml` with dependencies for Tauri plugins, serialization, cryptography, and database handling.
- Generated `Cargo.lock` to lock package versions for consistency.
This commit is contained in:
natreex
2026-04-07 16:46:35 -04:00
parent 19c8d0057c
commit 36abdfced0
66 changed files with 15333 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB