aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-12-04 14:33:59 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-12-04 14:33:59 +0200
commita69f1e59006b6fd5709e470d9f5af54879cffde4 (patch)
tree40a26b6b421e5fdd97666632204398e4b44f1ce5 /Cargo.toml
parent6d26f1cbda0eaa41fc735a2e340ec7612a5461e0 (diff)
Day 3: parse input
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8418cc..4f07ca2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,3 @@
[workspace]
resolver = "3"
-members = ["day1", "day2"]
+members = ["day1", "day2", "day3"]