summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-12-05 14:19:50 +0100
committerReiner Herrmann <reiner@reiner-h.de>2022-12-05 14:19:50 +0100
commit7526b65381c7e60b9d45298be099e9a665494ec9 (patch)
tree04d20ee6108451e5ae0966a2e137f4dc1744e048 /Cargo.toml
parent8080b91d88245dce76c1c879bc380a3395167b0a (diff)
day5
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..02de396 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2021"
[dependencies]
+regex = "1"