summaryrefslogtreecommitdiff
path: root/2022/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
commit2e7401338f8f13ba7584f5ce54e8e660c8a49cd4 (patch)
tree99665fa19208a36f6bada643f2cbba8b768b4cb4 /2022/Cargo.toml
parent234aed363e1e181f458611505afaf06a54e377d3 (diff)
Add day 5
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 afacff3..20df693 100644
--- a/2022/Cargo.toml
+++ b/2022/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["day1", "day2", "day3", "day4"]
+members = ["day1", "day2", "day3", "day4", "day5"]