From 666b11bc77f17d6d2b5a466c56ea7710bb9134fd Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 21 Dec 2022 18:17:44 +0000 Subject: complete day 5 --- day05b/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 day05b/Cargo.toml (limited to 'day05b/Cargo.toml') diff --git a/day05b/Cargo.toml b/day05b/Cargo.toml new file mode 100644 index 0000000..92e3a21 --- /dev/null +++ b/day05b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "day05b" +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"] } +nom = "7.1.1" +itertools = "0.10.5" -- cgit v1.2.3