From 120fe4c9e696ec3289736843f54657fdf2b8247d Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Tue, 3 Dec 2024 10:01:25 +0100 Subject: Day3 --- day3/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 day3/Cargo.toml (limited to 'day3/Cargo.toml') diff --git a/day3/Cargo.toml b/day3/Cargo.toml new file mode 100644 index 0000000..cabf6e3 --- /dev/null +++ b/day3/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day3" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { path = "../aoc" } +regex = "1.11.1" \ No newline at end of file -- cgit v1.2.3