summaryrefslogtreecommitdiff
path: root/2022/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-04-27 11:06:30 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-04-27 11:06:30 +0200
commit234aed363e1e181f458611505afaf06a54e377d3 (patch)
tree3ae36d1bbc47caae0e1795c8041cca7183674ea7 /2022/Cargo.toml
parent6f0383f0b1dd202b11758da3448aec99dc3084fc (diff)
Add day4
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 6de40d5..afacff3 100644
--- a/2022/Cargo.toml
+++ b/2022/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["day1", "day2", "day3"]
+members = ["day1", "day2", "day3", "day4"]