summaryrefslogtreecommitdiff
path: root/2020/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2020-12-11 23:32:19 +0100
committercos <cos>2020-12-12 00:13:39 +0100
commit881aff60c703f3929048405fd8bbf8f0533ded72 (patch)
tree4b6c32e9b1b08d7f6b3b909f5f2a65493b225eb2 /2020/rust/Cargo.toml
parent8903df64fa9c61802f375d335255712275d4cb8e (diff)
downloadadventofcode-881aff60c703f3929048405fd8bbf8f0533ded72.zip
Add day11, 2020
Diffstat (limited to '2020/rust/Cargo.toml')
-rw-r--r--2020/rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/2020/rust/Cargo.toml b/2020/rust/Cargo.toml
index a51672a..19751a7 100644
--- a/2020/rust/Cargo.toml
+++ b/2020/rust/Cargo.toml
@@ -10,8 +10,8 @@ members = [
"day07",
"day08",
"day09",
-# "day10",
-# "day11",
+ "day10",
+ "day11",
# "day12",
# "day13",
# "day14",