1 2 3 4 5
const COMMANDS: &[&str] = &["connect", "create", "get_by_id"]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }