summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-10 07:36:49 +0100
committercos <cos>2021-12-10 07:36:49 +0100
commit8aa43a7021ddf058e61769b780e4f0024977d731 (patch)
treef16e9c9b6b1032ab36c63bf127006c87ddac966c /2021/rust/Cargo.toml
parentb30e1dd214605b7b479be346b2249aaee11b6a3d (diff)
downloadadventofcode-8aa43a7021ddf058e61769b780e4f0024977d731.zip
Add day10, 2021
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r--2021/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml
index dd0516c..6015d2b 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -9,7 +9,7 @@ members = [
"day07",
"day08",
"day09",
-# "day10",
+ "day10",
# "day11",
# "day12",
# "day13",