1 2 3 4 5 6 7
use galoy_cli::cli; #[tokio::main] async fn main() -> anyhow::Result<()> { cli::main().await?; Ok(()) }