summaryrefslogtreecommitdiff
path: root/2020/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-07 08:26:05 +0100
committercos <cos>2020-12-08 00:17:35 +0100
commit3cc461bc73e3fde58df6952f4db9c67a89b65858 (patch)
tree719e5f1c588ff25b576680a4436eea59a0ff6429 /2020/rust/Cargo.toml
parenta0b89c75d8429cdfbff99c02e9fc8d332641e189 (diff)
downloadadventofcode-3cc461bc73e3fde58df6952f4db9c67a89b65858.zip
Add day07, 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 7c6ce52..3949f7e 100644
--- a/2020/rust/Cargo.toml
+++ b/2020/rust/Cargo.toml
@@ -7,7 +7,7 @@ members = [
"day04",
"day05",
"day06",
-# "day07",
+ "day07",
# "day08",
# "day09",
# "day10",