aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-07-13 16:51:30 +0200
committerAlex Auvolat <alex@adnab.me>2020-07-13 16:51:30 +0200
commit6c7f9704eabad3f19e426371b21f174f7e1dc2cf (patch)
treeddf698615152d14cb760b4528a3a82e0cf19a6a9 /src/api/Cargo.toml
parent9305e5e87f947172984f60742c1d96d42acb5950 (diff)
downloadgarage-6c7f9704eabad3f19e426371b21f174f7e1dc2cf.tar.gz
garage-6c7f9704eabad3f19e426371b21f174f7e1dc2cf.zip
Implement correct ETag for objects created with PutObject
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r--src/api/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index c8c5bf22..4e0599d5 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -21,6 +21,7 @@ bytes = "0.4"
hex = "0.3"
log = "0.4"
chrono = "0.4"
+md-5 = "0.9.1"
sha2 = "0.8"
hmac = "0.7"
crypto-mac = "0.7"