diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-22 11:04:33 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-22 11:04:33 +0100 |
commit | 435d5f9205d2dd272b5ea58690490ad4712954d7 (patch) | |
tree | d50653fc8193ee410145dbef9f7f4aac4ef3d2b9 /src/api/Cargo.toml | |
parent | b3814b15ccc233d7c4233b43816cce20db278f17 (diff) | |
download | garage-435d5f9205d2dd272b5ea58690490ad4712954d7.tar.gz garage-435d5f9205d2dd272b5ea58690490ad4712954d7.zip |
Fix base64/hex checksum comparison
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 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" |