summaryrefslogtreecommitdiff
path: root/2022/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-04-21 17:05:03 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-04-21 17:05:03 +0200
commit6f0383f0b1dd202b11758da3448aec99dc3084fc (patch)
treeb40136abe1df4ab5d4fcb33313f4e3e28cbb391c /2022/Cargo.toml
parent01188b501b7f2940936a06bd8d4d11bab9adf372 (diff)
Add day 3
Diffstat (limited to '2022/Cargo.toml')
-rw-r--r--2022/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/Cargo.toml b/2022/Cargo.toml
index 4aeef49..6de40d5 100644
--- a/2022/Cargo.toml
+++ b/2022/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["day1", "day2"]
+members = ["day1", "day2", "day3"]