diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:36:44 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:42:09 +0000 |
commit | b47b4234342c40fca8b45f1387257db6f34522ba (patch) | |
tree | fb0229e96dd144a9b00625ac3dd8bd4828e27ee8 /src/tests/Cargo.toml | |
parent | f1a9c9a10ef2c216532536b26fd1edc92949a219 (diff) |
non primrosed aoc 2022 05
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" |