Files
tusk/src-tauri/build.rs
Aleksey Shakhmatov 1e002d801a chore: update build config, linting, and add test infrastructure
Replace install -D with mkdir -p + install for macOS portability,
add vitest with jsdom and testing-library, configure eslint for
react-hooks v7 warnings, and add tokio test deps for Rust.
2026-04-06 13:12:43 +03:00

4 lines
39 B
Rust

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