From 277254232b852283cbc6bc6a0f31a588c458bf6a Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Tue, 20 Dec 2022 18:08:16 +0000 Subject: complete day 2 --- day02a/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'day02a/Cargo.toml') diff --git a/day02a/Cargo.toml b/day02a/Cargo.toml index 9def138..b3e87ca 100644 --- a/day02a/Cargo.toml +++ b/day02a/Cargo.toml @@ -6,3 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +clap = { version = "3.2.20", features = ["derive"] } +itertools = "0.10.5" -- cgit v1.2.3