summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-11 19:40:45 +0100
committercos <cos>2019-12-11 19:40:45 +0100
commit9ab2a7320f7d1eeee9a42198c2cb1667612a62d1 (patch)
tree7957ffd365e6372742a76c59e59804daae08fde0 /2019/rust/Cargo.toml
parent945ee368589a255fc24595ffd7bfa6f2f0027871 (diff)
downloadadventofcode-9ab2a7320f7d1eeee9a42198c2cb1667612a62d1.zip
Add day11, 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 0f57bd0..20977c7 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -10,4 +10,5 @@ members = [
"day08",
"day09",
"day10",
+ "day11",
]