diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 15:15:25 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-21 15:15:25 +0100 |
commit | 0f33231ee6154a2b08f67f8107cc686ee9e9c678 (patch) | |
tree | 2cfe23cb0ce66658588978b67bbd7b525be7666d /src/web/Cargo.toml | |
parent | d4c7f4e3745f38b060052cddec01bf37b989f96d (diff) | |
download | garage-0f33231ee6154a2b08f67f8107cc686ee9e9c678.tar.gz garage-0f33231ee6154a2b08f67f8107cc686ee9e9c678.zip |
We are able to serve a file
Diffstat (limited to 'src/web/Cargo.toml')
-rw-r--r-- | src/web/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml index 252ee58d..819b51c1 100644 --- a/src/web/Cargo.toml +++ b/src/web/Cargo.toml @@ -42,3 +42,5 @@ webpki = "0.21" roxmltree = "0.11" idna = "0.2" + +httpdate = "0.3" |