diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-27 09:41:29 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-27 09:41:29 +0000 |
commit | 4944cba55324d2dc603aa8e4c6832e0bf2a87147 (patch) | |
tree | ff831b54e5318f0b2a8a2b8ef5120f3d196954f7 /src/tests/Cargo.toml | |
parent | fad685c53308f9fd7a449f23d5123ee56080e51b (diff) |
add mapping example benchmark
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index 15e8d64..de68bbe 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -3,6 +3,7 @@ resolver = "2" members = [ "example_sets", "example_stack", + "example_mapping", "aoc-2021-09", "aoc-2022-08", "aoc-2022-09", |