mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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"
|
||||
|
||||
[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"]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue