summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-07 08:52:05 +0100
committercos <cos>2021-12-07 14:06:16 +0100
commit9dfb22a9eb14d7884b534f2ae34c4807424fe19e (patch)
tree1222b0f02878840f795190018f57e1020f3c925d /2021/rust/Cargo.toml
parentf4979b0c8e32678710cbda681c36d5faa94444c1 (diff)
downloadadventofcode-9dfb22a9eb14d7884b534f2ae34c4807424fe19e.zip
Add day07, 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 5badeb6..49ed1d7 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -6,7 +6,7 @@ members = [
"day04",
"day05",
"day06",
-# "day07",
+ "day07",
# "day08",
# "day09",
# "day10",