summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2021-12-02 10:37:10 +0100
committercos <cos>2021-12-02 10:41:51 +0100
commit8d207663b8c561e27e1dd50a7523ed6b62c8e1cd (patch)
treede17623979a2a1e6a6e8d5c5d0bedd24aac26cf8 /2021/rust/Cargo.toml
parentf4400c6410f4b932eb738760996e0dcc271157f1 (diff)
downloadadventofcode-8d207663b8c561e27e1dd50a7523ed6b62c8e1cd.zip
Add day02, 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 9674b94..8609abe 100644
--- a/2021/rust/Cargo.toml
+++ b/2021/rust/Cargo.toml
@@ -1,7 +1,7 @@
[workspace]
members = [
"day01",
-# "day02",
+ "day02",
# "day03",
# "day04",
# "day05",