From 066f5946e25061d23db5f988061b316eeb043faf Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 7 Dec 2022 01:06:21 +0300 Subject: 2022, day5: part 2done This felt bad, go over this later --- 2022/day5/part2/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2022/day5/part2/Cargo.toml (limited to '2022/day5/part2/Cargo.toml') diff --git a/2022/day5/part2/Cargo.toml b/2022/day5/part2/Cargo.toml new file mode 100644 index 0000000..57ffa72 --- /dev/null +++ b/2022/day5/part2/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "part2" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +itertools = "0.10.5" +regex = "1.7.0" -- cgit v1.2.3-70-g09d2