summaryrefslogtreecommitdiff
path: root/2023/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2023/rust/Cargo.toml')
-rw-r--r--2023/rust/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/2023/rust/Cargo.toml b/2023/rust/Cargo.toml
new file mode 100644
index 0000000..7f6cc11
--- /dev/null
+++ b/2023/rust/Cargo.toml
@@ -0,0 +1,2 @@
+[workspace]
+members = ["day1", "day2", "day3", "day4", "day5", "day6", "day7", "day7_2", "day8", "day9", "day11", "day13", "day15"]