mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:33:52 +01:00
6 lines
153 B
Rust
6 lines
153 B
Rust
const COMMANDS: &[&str] = &["search", "install", "updates", "uninstall", "update_all"];
|
|
|
|
fn main() {
|
|
tauri_plugin::Builder::new(COMMANDS).build();
|
|
}
|