summaryrefslogtreecommitdiff
path: root/2023/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-12-15 21:47:10 +0100
committerSanto Cariotti <santo@dcariotti.me>2023-12-15 21:47:10 +0100
commit67dff579e91c13ef40ecb17d14497d145861c5e7 (patch)
tree3ec7cccea75ba25aa0da34f528811d28f6c9b21a /2023/Cargo.toml
parent49ecb2db619bb32c712e619ec66833a917b5ffc3 (diff)
add day15 pt1
Diffstat (limited to '2023/Cargo.toml')
-rw-r--r--2023/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2023/Cargo.toml b/2023/Cargo.toml
index effa9b6..7f6cc11 100644
--- a/2023/Cargo.toml
+++ b/2023/Cargo.toml
@@ -1,2 +1,2 @@
[workspace]
-members = ["day1", "day2", "day3", "day4", "day5", "day6", "day7", "day7_2", "day8", "day9", "day11"]
+members = ["day1", "day2", "day3", "day4", "day5", "day6", "day7", "day7_2", "day8", "day9", "day11", "day13", "day15"]