From f754fb2b193bfd17a7af51fae32f0805a1f16d0b Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 6 Dec 2021 21:04:28 +0100 Subject: Add day1 --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f75e3a9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc2021" +version = "0.1.0" +edition = "2021" + +[workspace] +members = ["day1"] -- cgit v1.2.3-71-g8e6c