aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-02-26 16:18:45 +0100
committermetamuffin <metamuffin@disroot.org>2023-02-26 16:18:45 +0100
commita3fb25019336ab9238d73f29a004b71cfc31a032 (patch)
tree783b91075f61f4b89eef35f08064ca15b0ddb2f9 /Cargo.toml
parentc3371bd7e3eb40fad374fe85a994806c2d27488e (diff)
downloadgnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar
gnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar.bz2
gnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar.zst
support range requests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c900bd7..022024f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,8 @@ edition = "2021"
# HTTP
hyper = { version = "1.0.0-rc.2", features = ["full"] }
http-body-util = "0.1.0-rc.2"
+headers = "0.3.8"
+percent-encoding = "2.2.0"
# TLS
rustls-pemfile = "1.0.2"