mod utils; mod structs; mod commands; extern crate tokio; fn main() { tokio::runtime::Runtime::new() .unwrap() .block_on(commands::run()); }