diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-23 21:01:45 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-23 21:01:45 +0000 |
commit | 064e358559a99ddff6ee95cae737063357ecb61b (patch) | |
tree | a70491dba4f0489e8cf508ad4b1886c89302956f /src/tests/Cargo.toml | |
parent | eda6a357c5a9f0ea90b906e363d92b551972f819 (diff) |
two aoc benchmarks!
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index d206105..c405635 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -2,6 +2,8 @@ resolver = "2" members = [ "aoc-2021-09", + "aoc-2022-08", + "aoc-2022-09", "example_sets", "example_stack", "prime_sieve" |