summaryrefslogtreecommitdiffstats
path: root/day01a/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'day01a/Cargo.toml')
-rw-r--r--day01a/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/day01a/Cargo.toml b/day01a/Cargo.toml
index d768066..cc1c83a 100644
--- a/day01a/Cargo.toml
+++ b/day01a/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2021"
[dependencies]
clap = { version = "3.2.20", features = ["derive"] }
+itertools = "0.10.5"