- 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.
4 lines
42 B
Rust
4 lines
42 B
Rust
fn main() {
|
|
tauri_build::build()
|
|
}
|