diff -r bbec6b28d072 -r f43ab2bd76ae rust/hedgewars-server/Cargo.toml --- a/rust/hedgewars-server/Cargo.toml Tue Apr 09 00:45:14 2019 +0200 +++ b/rust/hedgewars-server/Cargo.toml Tue Apr 09 21:08:35 2019 +0300 @@ -12,6 +12,7 @@ [dependencies] rand = "0.6" mio = "0.6" +mio-extras = "2.0.5" slab = "0.4" netbuf = "0.4" nom = { git = "https://github.com/Geal/nom", branch = "5.0" }