summaryrefslogtreecommitdiff
path: root/2022/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-08 21:19:55 +0000
committercos <cos>2022-12-08 21:34:46 +0000
commit377a8057cc73fb19cea31a3f136509dad1070415 (patch)
treea27b409f254cde45edccdd576db355928d958106 /2022/rust/Cargo.toml
parent83616cb9fdb97c91ede49a3787ae6f027951da67 (diff)
downloadadventofcode-377a8057cc73fb19cea31a3f136509dad1070415.zip
Add day05, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r--2022/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml
index b7ab11d..e127354 100644
--- a/2022/rust/Cargo.toml
+++ b/2022/rust/Cargo.toml
@@ -4,7 +4,7 @@ members = [
"day02",
"day03",
"day04",
-# "day05",
+ "day05",
# "day06",
# "day07",
# "day08",