summaryrefslogtreecommitdiff
path: root/aoc22/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r--aoc22/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml
index 3a94d1d..70b383e 100644
--- a/aoc22/Cargo.toml
+++ b/aoc22/Cargo.toml
@@ -7,4 +7,5 @@ members = [
"day7",
"day8",
"day9",
+ "day10",
]