summaryrefslogtreecommitdiff
path: root/2019/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2019-12-02 16:03:41 +0100
committercos <cos>2019-12-02 16:03:41 +0100
commit3a361dd8d7f3a41f2f73513b398c746badca934b (patch)
tree947ae88018aca25a93e1881e34f7e1fda919bbd5 /2019/rust/Cargo.toml
parent6a396b84b0d665607df98452a6d694835d87b5c6 (diff)
downloadadventofcode-3a361dd8d7f3a41f2f73513b398c746badca934b.zip
Add day02, 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 f2bad2a..d52cdc3 100644
--- a/2019/rust/Cargo.toml
+++ b/2019/rust/Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
members = [
"day01",
+ "day02",
]