mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
6 lines
115 B
Rust
6 lines
115 B
Rust
const COMMANDS: &[&str] = &["activate", "check"];
|
|
|
|
fn main() {
|
|
tauri_plugin::Builder::new(COMMANDS).build();
|
|
}
|