diff -r c5a6e8566425 -r e935b1ad23f3 rust/hedgewars-server/src/main.rs --- a/rust/hedgewars-server/src/main.rs Tue May 28 19:04:18 2019 +0300 +++ b/rust/hedgewars-server/src/main.rs Tue May 28 21:28:32 2019 +0300 @@ -7,8 +7,8 @@ use std::{env, str::FromStr as _, time::Duration}; mod core; +mod handlers; mod protocol; -mod handlers; mod server; mod utils;