aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-30 01:48:46 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-30 01:48:46 +0200
commitf57e6a8e8977d1acdfafeda7b1444cb155730894 (patch)
treee5f076c02d5760a5ba9e3a34e8d70d8cc0044179 /Cargo.toml
parent398551e20f28c136d9e3be2ccb33e31ffe50cb91 (diff)
downloadgnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar
gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.bz2
gnix-f57e6a8e8977d1acdfafeda7b1444cb155730894.tar.zst
implement if-not-modified
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 565147b..7c4b32a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,8 @@ http-body-util = "0.1.0-rc.3"
headers = "0.3.8"
percent-encoding = "2.3.0"
base64 = "0.21.5"
+httpdate = "1.0.3"
+hex = "0.4.3"
# TLS
rustls-pemfile = "1.0.3"
@@ -39,7 +41,6 @@ markup = "0.13.1"
humansize = "2.1.3"
mime_guess = "2.0.4"
-
bytes = "1.4.0"
anyhow = "1.0.75"
thiserror = "1.0.47"