From c459715f321248cab0cc7081667bb61116d4fc31 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 2 Dec 2024 09:05:35 +0100 Subject: Base framework --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8018f3d --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +members = ["aoc", "day1"] +resolver = "2" \ No newline at end of file -- cgit v1.2.3