summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-16 18:59:39 +0100
committercos <cos>2019-12-16 19:02:48 +0100
commit2dee27ef7a77b0806c8a3142a191c19bb827d000 (patch)
treec7624e6e63a3d0770f2996b7ad1ac92d4d17447f /2019/rust/Cargo.toml
parent27e21572d0acc34c0b8ac7edeee70da88f06532e (diff)
downloadadventofcode-2dee27ef7a77b0806c8a3142a191c19bb827d000.zip
Add day16, 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 e49e67b..b29d375 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -13,4 +13,5 @@ members = [
"day11",
"day12",
"day13",
+ "day16",
]