diff options
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 |