moodist/src-tauri/build.rs
Mert Sefa AKGUN 9e7529386d
chore: add bun commands and tauri scripts to README and include bun.lock
- Add `bun run` equivalents for npm scripts in README commands section
- Include Tauri development and build commands for desktop and mobile platforms
- Add `bun.lock` file for package locking with Bun package manager
2025-07-07 14:41:44 +03:00

3 lines
37 B
Rust

fn main() {
tauri_build::build()
}