diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-07 20:54:43 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-07 20:54:43 +0000 |
commit | 8283941473e27f5f47d90ba6dde3863528b7c544 (patch) | |
tree | edb24c5dc859cead0afb409c15e9dcf66a2be782 /src/tests/Cargo.lock | |
parent | 5a49e3034c6c387d5cbe2e549d1afa22b5a896a6 (diff) |
aoc 2021 day 9 test
Diffstat (limited to 'src/tests/Cargo.lock')
-rw-r--r-- | src/tests/Cargo.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tests/Cargo.lock b/src/tests/Cargo.lock index 183a743..f16f8c2 100644 --- a/src/tests/Cargo.lock +++ b/src/tests/Cargo.lock @@ -12,6 +12,15 @@ dependencies = [ ] [[package]] +name = "aoc-2021-09" +version = "0.1.0" +dependencies = [ + "criterion", + "primrose-library", + "rand", +] + +[[package]] name = "atty" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" |