From 2701b6e53385380425fd13159f0971ac791a1d5a Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 1 Jan 2023 22:04:46 +0000 Subject: complete day 12 --- day12b/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 day12b/Cargo.toml (limited to 'day12b/Cargo.toml') diff --git a/day12b/Cargo.toml b/day12b/Cargo.toml new file mode 100644 index 0000000..b5465cf --- /dev/null +++ b/day12b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "day12b" +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" +pathfinding = "4.2.0" -- cgit v1.2.3