summaryrefslogtreecommitdiff
path: root/2022/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-11 13:34:12 +0000
committercos <cos>2022-12-11 15:06:21 +0000
commit24b0a259fa19bf6cba1693d9bca2a7c3859f3568 (patch)
tree1c1eddf1a147ad1b87dc94d46071feda491e4628 /2022/rust/Cargo.toml
parent4d9e8678663a1308065d8c4769db5a3e49f3c786 (diff)
downloadadventofcode-24b0a259fa19bf6cba1693d9bca2a7c3859f3568.zip
Add day08, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r--2022/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml
index d795581..12f5982 100644
--- a/2022/rust/Cargo.toml
+++ b/2022/rust/Cargo.toml
@@ -7,7 +7,7 @@ members = [
"day05",
"day06",
"day07",
-# "day08",
+ "day08",
# "day09",
# "day10",
# "day11",