summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-08-28 14:18:14 +0200
committerReiner Herrmann <reiner@reiner-h.de>2022-08-28 14:18:14 +0200
commit06773c99cb5a614a54d80482e4e5fdd59b010e54 (patch)
treedd78e0a402a165c3b195309b39dd572ec65c3dd4 /Cargo.toml
parent18f4224927c44c472c6c519bc37cb65c8b352863 (diff)
day6
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 40a7112..7f06b58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
md5 = "0.7"
+regex = "1"