aquatic_http: set default impl to glommio for testing

This commit is contained in:
Joakim Frostegård 2021-10-27 20:52:01 +02:00
parent 67e82ebad1
commit 974aaf03b4

View file

@ -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"]