summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-06 07:06:23 +0100
committercos <cos>2021-12-06 16:00:01 +0100
commitb785c4dc3b7287eea8478e38669a47febb87e3fa (patch)
treefb4458ef80e876204fee8d32ce8391aa310f957b /2021/rust/Cargo.toml
parent83859ecb86b5ffb411d0b0a98c021820cdc83630 (diff)
downloadadventofcode-b785c4dc3b7287eea8478e38669a47febb87e3fa.zip
Add day06, 2021
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r--2021/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml
index 3ad3961..5badeb6 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -5,7 +5,7 @@ members = [
"day03",
"day04",
"day05",
-# "day06",
+ "day06",
# "day07",
# "day08",
# "day09",