1 2 3 4 5 6 7 8 9 10 11 12
const COMMANDS: &[&str] = &[ "rpstate_get", "rpstate_set", "rpstate_subscribe", "rpstate_unsubscribe", "rpstate_get_prefix", "rpstate_flush", ]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }