summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-12 08:41:41 +0100
committercos <cos>2021-12-12 22:12:23 +0100
commitefb6f73fdb7f512b419547c0baa7913e6b92d539 (patch)
tree586e137609e81a8a54598af35597c6140110cf4f /2021/rust/Cargo.toml
parent886011338af5eff00a2e31097d62acb51be5fbf5 (diff)
downloadadventofcode-efb6f73fdb7f512b419547c0baa7913e6b92d539.zip
Add day12, 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 9d8c085..06ea192 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -11,7 +11,7 @@ members = [
"day09",
"day10",
"day11",
-# "day12",
+ "day12",
# "day13",
# "day14",
# "day15",