summaryrefslogtreecommitdiff
path: root/aoc22/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r--aoc22/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml
new file mode 100644
index 0000000..f712e2b
--- /dev/null
+++ b/aoc22/Cargo.toml
@@ -0,0 +1,7 @@
+[workspace]
+
+members = [
+ "lib",
+ "day1",
+ "day2",
+]