summaryrefslogtreecommitdiff
path: root/2022/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-12 17:19:18 +0000
committercos <cos>2022-12-12 18:00:46 +0000
commitaefd26f3d7bf22bbc3f29c1f2cb18e91c28cf363 (patch)
tree154fd5994ae58992b3d286a50d8cd7c54b3d84ea /2022/rust/Cargo.toml
parent670d30b709b730000ea7af7057bdf0023c8d7f07 (diff)
downloadadventofcode-aefd26f3d7bf22bbc3f29c1f2cb18e91c28cf363.zip
Add day10, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r--2022/rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml
index f43b72b..6b9f1b1 100644
--- a/2022/rust/Cargo.toml
+++ b/2022/rust/Cargo.toml
@@ -9,7 +9,7 @@ members = [
"day07",
"day08",
"day09",
-# "day10",
+ "day10",
# "day11",
# "day12",
# "day13",