diff -r b889d9e1115f -r 38e66519e585 rust/hedgewars-server/Cargo.toml --- a/rust/hedgewars-server/Cargo.toml Fri Apr 12 02:48:16 2019 +0300 +++ b/rust/hedgewars-server/Cargo.toml Fri Apr 12 11:41:35 2019 -0400 @@ -10,6 +10,7 @@ default = [] [dependencies] +getopts = "0.2.18" rand = "0.6" mio = "0.6" mio-extras = "2.0.5"