From a1c075cd023714d61a6c9d7bc30a1b711e648d7f Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Tue, 20 Dec 2022 21:38:16 +0000 Subject: complete day 3 --- day03a/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 day03a/Cargo.toml (limited to 'day03a/Cargo.toml') diff --git a/day03a/Cargo.toml b/day03a/Cargo.toml new file mode 100644 index 0000000..ed56058 --- /dev/null +++ b/day03a/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day03a" +version = "0.1.0" +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