//! Example "hello" plugin (Rust half). Proves the full-stack picoframe plugin
//! contract: a Tauri v2 plugin exposing one command that returns a [`CliResult`].
use CliResult;
use json;
use ;
async
/// Build the plugin. Registered as `"picoframe-hello"` (the crate name minus the
/// `tauri-plugin-` prefix), so the frontend invokes `plugin:picoframe-hello|hello_greet`.