summaryrefslogtreecommitdiff
path: root/aoc22/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r--aoc22/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml
index f712e2b..e2032ea 100644
--- a/aoc22/Cargo.toml
+++ b/aoc22/Cargo.toml
@@ -4,4 +4,6 @@ members = [
"lib",
"day1",
"day2",
+ "day7",
+ "day8",
]