summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-13 21:06:13 +0100
committercos <cos>2019-12-13 21:08:31 +0100
commit27e21572d0acc34c0b8ac7edeee70da88f06532e (patch)
treef5d0c7deb0cbe252269150f5a99df6c3b1f98ab9 /2019/rust/Cargo.toml
parente7d1a85be59121ac2cc448fbd99ce26821cc6e59 (diff)
downloadadventofcode-27e21572d0acc34c0b8ac7edeee70da88f06532e.zip
Add day13, 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 93d1ea6..e49e67b 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -12,4 +12,5 @@ members = [
"day10",
"day11",
"day12",
+ "day13",
]