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