summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-17 20:46:23 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-17 20:46:23 +0100
commit143fe969eb6225c2aa8694930114103f1d4f0c9c (patch)
tree7f430400b464413fc16bd0bb91aad0436685482b /Cargo.toml
parenta76cab9f30a51b9b4d2377b2d25640c129bf3ab3 (diff)
downloadgnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar
gnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar.bz2
gnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar.zst
h3 ground work
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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",