diff options
Diffstat (limited to 'day01b/Cargo.toml')
| -rw-r--r-- | day01b/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/day01b/Cargo.toml b/day01b/Cargo.toml index 4fcdb65..73ea6d0 100644 --- a/day01b/Cargo.toml +++ b/day01b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] clap = { version = "3.2.20", features = ["derive"] } +itertools = "0.10.5" |
