diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 12:22:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 12:22:53 +0200 |
commit | 36a09fd6e452d2e6391a823a08787b5b17af7d08 (patch) | |
tree | 4698d3b6732815f7c25efc7f069e7e60c96bb14b /Cargo.toml | |
parent | d06821468e9a6e0d62c4b1ced21b1290e7a5bc47 (diff) | |
download | gnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar gnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar.bz2 gnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar.zst |
h2
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -6,7 +6,13 @@ edition = "2021" [dependencies] # HTTP hyper = { version = "1.4.1", features = ["server", "client", "http1", "http2"] } -hyper-util = "0.1.7" +hyper-util = { version = "0.1.7", features = [ + "server-auto", + "server", + "http1", + "http2", + "tokio", +] } http-body-util = "0.1.2" headers = "0.4.0" percent-encoding = "2.3.1" |