summaryrefslogtreecommitdiff
path: root/2021/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2021/rust/Cargo.toml')
-rw-r--r--2021/rust/Cargo.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/2021/rust/Cargo.toml b/2021/rust/Cargo.toml
new file mode 100644
index 0000000..9674b94
--- /dev/null
+++ b/2021/rust/Cargo.toml
@@ -0,0 +1,28 @@
+[workspace]
+members = [
+ "day01",
+# "day02",
+# "day03",
+# "day04",
+# "day05",
+# "day06",
+# "day07",
+# "day08",
+# "day09",
+# "day10",
+# "day11",
+# "day12",
+# "day13",
+# "day14",
+# "day15",
+# "day16",
+# "day17",
+# "day18",
+# "day19",
+# "day20",
+# "day21",
+# "day22",
+# "day23",
+# "day24",
+# "day25",
+]