summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-04 10:23:45 +0100
committercos <cos>2021-12-04 11:29:53 +0100
commit86f696a318001f1e6f1d063ba42dee1f5da13477 (patch)
tree64f7d7258b76d789b1dc276ea70b53eb36864a61 /2021/rust/Cargo.toml
parent57870e0429cbfa85b08d891900ca7999d6ae7b23 (diff)
downloadadventofcode-86f696a318001f1e6f1d063ba42dee1f5da13477.zip
Add day04, 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 ac7f9ee..aed5051 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -3,7 +3,7 @@ members = [
"day01",
"day02",
"day03",
-# "day04",
+ "day04",
# "day05",
# "day06",
# "day07",