summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-12 16:40:24 +0100
committercos <cos>2019-12-12 16:40:24 +0100
commit043c1a447fe611c54cf414e743dd521a2e0088e7 (patch)
tree32a96f8b02efa47f598088241ece91262ca4f0c7 /2019/rust/Cargo.toml
parent1e38aeed2565578b98bbb60b6a4d46ad0739d915 (diff)
downloadadventofcode-043c1a447fe611c54cf414e743dd521a2e0088e7.zip
Add day12, 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 20977c7..93d1ea6 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -11,4 +11,5 @@ members = [
"day09",
"day10",
"day11",
+ "day12",
]