diff options
Diffstat (limited to 'aoc22/Cargo.toml')
-rw-r--r-- | aoc22/Cargo.toml | 7 |
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", +] |