summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2022-12-19 18:42:29 +0100
committerReiner Herrmann <reiner@reiner-h.de>2022-12-19 18:42:29 +0100
commitae010a5efd7bdc4cf7902e791ef9e0c769e1cd92 (patch)
treedeec7bb6c2c3f08156d4534c76cde81a9309446f /Cargo.toml
parent4093fa4f55257cf9f3ac41a83cd1f57bae53ae07 (diff)
day16
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 02de396..e1d7363 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
[dependencies]
regex = "1"
+itertools = "0.10"