1 2 3 4 5 6 7
#[tokio::main] async fn main() { if let Err(err) = casper_devnet::run().await { eprintln!("{err}"); std::process::exit(1); } }