clankers-cli 0.1.5

Command-line interface for clankeRS
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    clankers_cli::run().await
}