summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-13 07:46:50 +0100
committercos <cos>2021-12-13 12:50:49 +0100
commit224001efc7aae4c5ec875f99c5f39e50c372c36a (patch)
tree2fc20c94e88ee819105f59ec9705014f28e96adc /2021/rust/Cargo.toml
parentefb6f73fdb7f512b419547c0baa7913e6b92d539 (diff)
downloadadventofcode-224001efc7aae4c5ec875f99c5f39e50c372c36a.zip
Add day13, 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 06ea192..8c18a33 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -12,7 +12,7 @@ members = [
"day10",
"day11",
"day12",
-# "day13",
+ "day13",
# "day14",
# "day15",
# "day16",