summaryrefslogtreecommitdiff
path: root/2020/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-12 10:58:42 +0100
committercos <cos>2020-12-12 22:13:06 +0100
commitd8118966d1070fecc700f3532ea139ccdcb9d894 (patch)
treed0b695971dbed287d78d76fb240323f78a662049 /2020/rust/Cargo.toml
parentfb10e41b64192cf2aa0961d43426e12a8fb7ba1c (diff)
downloadadventofcode-d8118966d1070fecc700f3532ea139ccdcb9d894.zip
Add day12, 2020
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r--2020/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml
index 19751a7..66b8506 100644
--- a/2020/rust/Cargo.toml
+++ b/2020/rust/Cargo.toml
@@ -12,7 +12,7 @@ members = [
"day09",
"day10",
"day11",
-# "day12",
+ "day12",
# "day13",
# "day14",
# "day15",