summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-06 20:58:44 +0100
committercos <cos>2019-12-06 20:59:31 +0100
commit9973aaf401649c6ffd3d14295ce6dd9e9e63d159 (patch)
tree9cdc3c3d123fd9d3ee48341217f8a7038877f91c /2019/rust/Cargo.toml
parent3f751c75fa02eb3aedbb56ef17c09eed8d2e162d (diff)
downloadadventofcode-9973aaf401649c6ffd3d14295ce6dd9e9e63d159.zip
Add day06, 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 acbc8bb..cd02164 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -5,4 +5,5 @@ members = [
"day03",
"day04",
"day05",
+ "day06",
]