diff options
author | metamuffin <metamuffin@disroot.org> | 2023-02-26 16:18:45 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-02-26 16:18:45 +0100 |
commit | a3fb25019336ab9238d73f29a004b71cfc31a032 (patch) | |
tree | 783b91075f61f4b89eef35f08064ca15b0ddb2f9 /Cargo.toml | |
parent | c3371bd7e3eb40fad374fe85a994806c2d27488e (diff) | |
download | gnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar gnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar.bz2 gnix-a3fb25019336ab9238d73f29a004b71cfc31a032.tar.zst |
support range requests
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |