aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-19 12:22:53 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-19 12:22:53 +0200
commit36a09fd6e452d2e6391a823a08787b5b17af7d08 (patch)
tree4698d3b6732815f7c25efc7f069e7e60c96bb14b /Cargo.toml
parentd06821468e9a6e0d62c4b1ced21b1290e7a5bc47 (diff)
downloadgnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar
gnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar.bz2
gnix-36a09fd6e452d2e6391a823a08787b5b17af7d08.tar.zst
h2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc77e7d..6653d38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"