diff --git a/Cargo.toml b/Cargo.toml index 1cf07fd..7a8e158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ path = "./src/pandora.rs" [dependencies] crossterm = "0.27.0" getrandom = "0.2.10" -mio = "0.8.10" +mio = { version = "0.8.10", features = ["os-poll", "net"] }