diff options
author | Alex <alex@adnab.me> | 2020-12-06 15:27:58 +0100 |
---|---|---|
committer | Alex <alex@adnab.me> | 2020-12-06 15:27:58 +0100 |
commit | 857440f19215422798dcda44cf85bfce439e9032 (patch) | |
tree | b62af2c15d29e9fd061d884ff9856962bef6cf2a /src/api/Cargo.toml | |
parent | 39f45b3058e0d6705bdd94037c0876a2af6d5a74 (diff) | |
parent | 4a5bbbb81088c9bd25bbe142f67daf4669b6538e (diff) | |
download | garage-857440f19215422798dcda44cf85bfce439e9032.tar.gz garage-857440f19215422798dcda44cf85bfce439e9032.zip |
Merge pull request 'Propose ETag fix' (#23) from bug/etag into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/23
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index a366f9b8..079993c3 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -27,6 +27,7 @@ md-5 = "0.9.1" sha2 = "0.8" hmac = "0.7" crypto-mac = "0.7" +rand = "0.7" futures = "0.3" futures-util = "0.3" |