aboutsummaryrefslogtreecommitdiff
path: root/src/tests/aoc-2022-05/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-23 12:37:19 +0000
committerAria Shrimpton <me@aria.rip>2024-02-23 12:42:09 +0000
commit6ebf6ec0f3b243515295a2f5546cfd79fd49903c (patch)
tree5c6a2ce446019e53195a260c66c5ab81cfb9bb7a /src/tests/aoc-2022-05/Cargo.toml
parentb47b4234342c40fca8b45f1387257db6f34522ba (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.toml17
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