From 36a09fd6e452d2e6391a823a08787b5b17af7d08 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 19 Aug 2024 12:22:53 +0200 Subject: h2 --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2