diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:37:19 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-23 12:42:09 +0000 |
commit | 6ebf6ec0f3b243515295a2f5546cfd79fd49903c (patch) | |
tree | 5c6a2ce446019e53195a260c66c5ab81cfb9bb7a /src/tests/aoc-2022-05/Cargo.toml | |
parent | b47b4234342c40fca8b45f1387257db6f34522ba (diff) |
remove aoc 2022 05
not a suitable test case because it requires mutating through an
index, and thats not really the type of thing we're looking to do
Diffstat (limited to 'src/tests/aoc-2022-05/Cargo.toml')
-rw-r--r-- | src/tests/aoc-2022-05/Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tests/aoc-2022-05/Cargo.toml b/src/tests/aoc-2022-05/Cargo.toml deleted file mode 100644 index 940d795..0000000 --- a/src/tests/aoc-2022-05/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "aoc-2022-05" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] -rand = { workspace = true } -primrose-library = { path = "../../crates/library" } - -[dev-dependencies] -criterion = { workspace = true } - -[[bench]] -name = "main" -harness = false |