diff --git a/aquatic_http/Cargo.toml b/aquatic_http/Cargo.toml index 49cac1c..7c9a9cc 100644 --- a/aquatic_http/Cargo.toml +++ b/aquatic_http/Cargo.toml @@ -16,7 +16,7 @@ name = "aquatic_http" path = "src/bin/main.rs" [features] -default = ["with-mio"] +default = ["with-glommio"] with-glommio = ["glommio", "futures-lite", "rustls", "rustls-pemfile", "slab"] with-mio = ["crossbeam-channel", "histogram", "mio", "native-tls", "socket2"]