1 2 3 4 5 6 7 8 9 10
const COMMANDS: &[&str] = &[ "start_cpu_profile", "stop_cpu_profile", "is_profiling", "is_profiling_supported", ]; fn main() { tauri_plugin::Builder::new(COMMANDS).build(); }