From 06798655809d7fca51710c04ba5ad435d614ef96 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 2 Dec 2024 10:13:47 +0100 Subject: Day1 --- day1/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 day1/Cargo.toml (limited to 'day1/Cargo.toml') diff --git a/day1/Cargo.toml b/day1/Cargo.toml new file mode 100644 index 0000000..f27e732 --- /dev/null +++ b/day1/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day1" +version = "0.1.0" +edition = "2021" + +[dependencies] +aoc = { path = "../aoc" } \ No newline at end of file -- cgit v1.2.3