diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-05 19:23:46 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-05 19:23:46 +0100 |
commit | 4a5bbbb81088c9bd25bbe142f67daf4669b6538e (patch) | |
tree | 6dda907def43b63d0f44426ea44df29309e9ab24 /src/api/Cargo.toml | |
parent | dfbc280c37c6725f58224d2c0d31df9e4a9ff7b4 (diff) | |
download | garage-4a5bbbb81088c9bd25bbe142f67daf4669b6538e.tar.gz garage-4a5bbbb81088c9bd25bbe142f67daf4669b6538e.zip |
Propose ETag fixbug/etag
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" |