// Commands exposed by this plugin. The tauri-plugin build helper turns each
// into autogenerated `allow-<cmd>` / `deny-<cmd>` permissions (snake_case ->
// kebab-case), which `permissions/default.toml` aggregates into `hello:default`.
constCOMMANDS:&[&str]=&["hello_greet"];fnmain(){tauri_plugin::Builder::new(COMMANDS).build();}