aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-22 11:04:33 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-22 11:04:33 +0100
commit435d5f9205d2dd272b5ea58690490ad4712954d7 (patch)
treed50653fc8193ee410145dbef9f7f4aac4ef3d2b9 /src/api/Cargo.toml
parentb3814b15ccc233d7c4233b43816cce20db278f17 (diff)
downloadgarage-435d5f9205d2dd272b5ea58690490ad4712954d7.tar.gz
garage-435d5f9205d2dd272b5ea58690490ad4712954d7.zip
Fix base64/hex checksum comparison
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 578cb9d5..a366f9b8 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -20,6 +20,7 @@ garage_model = { version = "0.1.1", path = "../model" }
err-derive = "0.2.3"
bytes = "0.4"
hex = "0.3"
+base64 = "0.13"
log = "0.4"
chrono = "0.4"
md-5 = "0.9.1"