From 3c03c8b85457c04c1cc4f08a5542aa596f8228e3 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 8 Jan 2023 19:47:17 +0000 Subject: complete day 14 --- day14a/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 day14a/Cargo.toml (limited to 'day14a/Cargo.toml') diff --git a/day14a/Cargo.toml b/day14a/Cargo.toml new file mode 100644 index 0000000..8dbd6fe --- /dev/null +++ b/day14a/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "day14a" +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