rust/hedgewars-server/Cargo.toml
changeset 14779 f43ab2bd76ae
parent 14777 8015a6e4ca3c
child 14792 38e66519e585
--- 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" }