Fix base64/hex checksum comparison

This commit is contained in:
Quentin
2020-11-22 11:04:33 +01:00
parent b3814b15cc
commit 435d5f9205
3 changed files with 61 additions and 45 deletions
+1
View File
@@ -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"