From 8413b33de2ad1f02b91b114b356adc68b9339967 Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Mon, 1 Dec 2025 13:18:08 +0200 Subject: Initial commit --- 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..b512d30 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,3 @@ +[workspace] +resolver = "3" +members = ["day1"] -- cgit v1.2.3