const COMMANDS: &[&str] = &[ "store_set", "store_get", "store_delete", "store_clear", "push_register", "contacts_fetch", "share_take_pending", "share_out", "app_open_url", ]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }