summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2023-12-02 22:33:47 +0100
committerReiner Herrmann <reiner@reiner-h.de>2023-12-02 22:43:52 +0100
commitb62a7aa41ae63865d6fab0413628719e15b2e27e (patch)
tree14bb1374d31b965413143b97efa17f7bf9db17bc /Cargo.toml
parent34b414f6e67cdbffae414166a6144ce0c4aa4ad4 (diff)
day2 solution 1
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"