diff options
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r-- | aoc22/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml index 70b383e..ca26ddc 100644 --- a/aoc22/Cargo.toml +++ b/aoc22/Cargo.toml @@ -4,6 +4,9 @@ members = [ "lib", "day1", "day2", + "day3", + "day4", + "day5", "day7", "day8", "day9", |