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 /Cargo.lock | |
parent | d4c7f4e3745f38b060052cddec01bf37b989f96d (diff) | |
download | garage-0f33231ee6154a2b08f67f8107cc686ee9e9c678.tar.gz garage-0f33231ee6154a2b08f67f8107cc686ee9e9c678.zip |
We are able to serve a file
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -660,6 +660,7 @@ dependencies = [ "garage_util 0.1.0", "hex", "http", + "httpdate", "hyper", "idna", "log", |