summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-08-27 22:51:20 +0200
committerReiner Herrmann <reiner@reiner-h.de>2022-08-27 22:51:20 +0200
commitc2e25913a56bac4b0760febe0a2943e20c195d27 (patch)
tree25e68be737594677da13f27d96fb57fc98ff11f1 /Cargo.toml
parentfeea729aecf0de8d1f3a86ca56ff1914b655a4dd (diff)
day4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb0c0e0..40a7112 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2021"
[dependencies]
+md5 = "0.7"