summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-09 21:16:35 +0100
committercos <cos>2019-12-09 21:22:43 +0100
commit4c6c41b055d857f7dc2599262720a83da8d215be (patch)
tree6ebf781da98bf4f1cffa6045651e184468a771b4 /2019/rust/Cargo.toml
parent7c464db6ffb3872f46a422f7ee0345f46bffbeae (diff)
downloadadventofcode-4c6c41b055d857f7dc2599262720a83da8d215be.zip
Add day09, 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 91b5060..420d5ab 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -8,4 +8,5 @@ members = [
"day06",
"day07",
"day08",
+ "day09",
]