aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-24 16:44:00 +0000
committerAria Shrimpton <me@aria.rip>2024-02-24 16:44:00 +0000
commit20ddd8922b7842a936fbfa995bb3bb308d7f8653 (patch)
treec45993b651dea1c295476be21baaa903ed38c070 /src/tests/Cargo.toml
parent8b99b1b412c3427748df976c42d9c5e181580c84 (diff)
another aoc benchmark!
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
index c405635..a8d75c8 100644
--- a/src/tests/Cargo.toml
+++ b/src/tests/Cargo.toml
@@ -4,6 +4,7 @@ members = [
"aoc-2021-09",
"aoc-2022-08",
"aoc-2022-09",
+ "aoc-2022-14",
"example_sets",
"example_stack",
"prime_sieve"