From a3fb25019336ab9238d73f29a004b71cfc31a032 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 26 Feb 2023 16:18:45 +0100 Subject: support range requests --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3-70-g09d2