1 2 3 4 5 6 7
extern crate planetwars_server; extern crate tokio; #[tokio::main] async fn main() { planetwars_server::run_app().await; }