diff options
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index d15bd9b..0de0c7f 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -1,6 +1,8 @@ [workspace] resolver = "2" -members = [ "aoc-2021-09", +members = [ + "aoc-2021-09", + "aoc-2022-05", "example_sets", "example_stack", "prime_sieve" |