diff options
author | metamuffin <metamuffin@disroot.org> | 2025-03-17 20:46:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-03-17 20:46:23 +0100 |
commit | 143fe969eb6225c2aa8694930114103f1d4f0c9c (patch) | |
tree | 7f430400b464413fc16bd0bb91aad0436685482b /Cargo.toml | |
parent | a76cab9f30a51b9b4d2377b2d25640c129bf3ab3 (diff) | |
download | gnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar gnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar.bz2 gnix-143fe969eb6225c2aa8694930114103f1d4f0c9c.tar.zst |
h3 ground work
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |