aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-23 12:36:44 +0000
committerAria Shrimpton <me@aria.rip>2024-02-23 12:42:09 +0000
commitb47b4234342c40fca8b45f1387257db6f34522ba (patch)
treefb0229e96dd144a9b00625ac3dd8bd4828e27ee8 /src/tests/Cargo.toml
parentf1a9c9a10ef2c216532536b26fd1edc92949a219 (diff)
non primrosed aoc 2022 05
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml4
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"