From 143fe969eb6225c2aa8694930114103f1d4f0c9c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 17 Mar 2025 20:46:23 +0100 Subject: h3 ground work --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a74ea42..bfcbd30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,9 @@ edition = "2021" [dependencies] # HTTP hyper = { version = "1.4.1", features = ["server", "client", "http1", "http2"] } +quinn = "0.11.6" +h3 = "0.0.7" +h3-quinn = "0.0.8" hyper-util = { version = "0.1.7", features = [ "server-auto", "server", -- cgit v1.2.3-70-g09d2