summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2021-12-13 12:58:41 +0100
committerReiner Herrmann <reiner@reiner-h.de>2021-12-13 12:58:41 +0100
commitb1209c57726ed6462d57210ea5f1484a2c7d8f17 (patch)
treea8670e2761f6bff375ab37c4e6920d2f7dc78eb7 /Cargo.toml
parent2862bc6b7c7932dda65b812d6e729e82001bcb2b (diff)
day13
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 cb51ca4..c61dbc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+regex = "1"