aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2020-11-22 15:29:02 +0100
committerAlex <alex@adnab.me>2020-11-22 15:29:02 +0100
commitba1f8060fe88e9eef97757d33bcc0972a2e327d9 (patch)
treea9a0c9483c5db4ee826ed6ca64c5eb283c73a28f /src/api/Cargo.toml
parentb3814b15ccc233d7c4233b43816cce20db278f17 (diff)
parent17dc610f8a2e8e8d15b427d0c4f38dca498f798f (diff)
downloadgarage-ba1f8060fe88e9eef97757d33bcc0972a2e327d9.tar.gz
garage-ba1f8060fe88e9eef97757d33bcc0972a2e327d9.zip
Merge pull request 'Fix checksum handling' (#21) from bug/checksums into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/21
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"