1 2 3 4 5 6
#![forbid(unsafe_code)] #[tokio::main] async fn main() { std::process::exit(datum_cli::main_entry().await); }