mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 03:54:59 +01:00
6 lines
141 B
Rust
6 lines
141 B
Rust
const COMMANDS: &[&str] = &["calculate", "calculate_fs", "apply", "watch"];
|
|
|
|
fn main() {
|
|
tauri_plugin::Builder::new(COMMANDS).build();
|
|
}
|