summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-04 14:32:58 +0100
committercos <cos>2019-12-04 14:32:58 +0100
commitd0ac44d6d968e6eb385a631745b63a5824908046 (patch)
treeffe0616512298a77ccaa87e9996057aa3bc2d7fb /2019/rust/Cargo.toml
parent80bfbefdb77a5153561ae4c1cb61d6d4e2b662c6 (diff)
downloadadventofcode-d0ac44d6d968e6eb385a631745b63a5824908046.zip
Add day04, 2019
Diffstat (limited to '2019/rust/Cargo.toml')
-rw-r--r--2019/rust/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/2019/rust/Cargo.toml b/2019/rust/Cargo.toml
index b5a41d5..caf0fc3 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -3,4 +3,5 @@ members = [
"day01",
"day02",
"day03",
+ "day04",
]