mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
aquatic_http: set default impl to glommio for testing
This commit is contained in:
parent
67e82ebad1
commit
974aaf03b4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ name = "aquatic_http"
|
||||||
path = "src/bin/main.rs"
|
path = "src/bin/main.rs"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["with-mio"]
|
default = ["with-glommio"]
|
||||||
with-glommio = ["glommio", "futures-lite", "rustls", "rustls-pemfile", "slab"]
|
with-glommio = ["glommio", "futures-lite", "rustls", "rustls-pemfile", "slab"]
|
||||||
with-mio = ["crossbeam-channel", "histogram", "mio", "native-tls", "socket2"]
|
with-mio = ["crossbeam-channel", "histogram", "mio", "native-tls", "socket2"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue