summaryrefslogtreecommitdiff
path: root/2022/rust/Cargo.toml
diff options
context:
space:
mode:
authorcos <cos>2022-12-01 16:59:14 +0000
committercos <cos>2022-12-01 17:27:26 +0000
commitb08254347f9d9d7812fb513f046918b0cd00c501 (patch)
tree9f9b9f712558437c6dd635fb69425a98d51ec236 /2022/rust/Cargo.toml
parent1773627631cc873b6a09098dda1cac14c6ed03fa (diff)
downloadadventofcode-b08254347f9d9d7812fb513f046918b0cd00c501.zip
Add day01, 2022
Diffstat (limited to '2022/rust/Cargo.toml')
-rw-r--r--2022/rust/Cargo.toml28
1 files changed, 28 insertions, 0 deletions
diff --git a/2022/rust/Cargo.toml b/2022/rust/Cargo.toml
new file mode 100644
index 0000000..079c5ee
--- /dev/null
+++ b/2022/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",
+]