diff --git a/Cargo.toml b/Cargo.toml index 0111c5509eb738484982e085a3da446386f226d0..2155619a3cad5b2052b080c0d95f0bd937d99be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,7 @@ internet=["libc"] [dependencies] -libc = { version = "^0.2", optional = true } # raw sockets -mio = { version = "0.8", features = ["os-poll"] } # cross-platform IO notification queue +libc = { version = "^0.2", optional = true } # raw sockets, epoll access # randomness rand = "0.8.4"