useiskra::cli::run_cli;/// Entry point for the Iskra application.
// This function initialises the asynchronous runtime and executes the CLI.
#[tokio::main]
async fnmain(){// Run the CLI and handle any errors gracefully.
ifletErr(e)=run_cli().await {eprintln!("Error: {e}");std::process::exit(1);}}