From f40672059393040e9403ba3c1ec442d0823d1622 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 2 Dec 2024 14:39:59 +0100 Subject: Day2 --- day2/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 day2/Cargo.toml (limited to 'day2/Cargo.toml') diff --git a/day2/Cargo.toml b/day2/Cargo.toml new file mode 100644 index 0000000..a4354d4 --- /dev/null +++ b/day2/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day2" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { path = "../aoc" } -- cgit v1.2.3