From b47b4234342c40fca8b45f1387257db6f34522ba Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Fri, 23 Feb 2024 12:36:44 +0000 Subject: non primrosed aoc 2022 05 --- src/tests/aoc-2022-05/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/tests/aoc-2022-05/Cargo.toml (limited to 'src/tests/aoc-2022-05/Cargo.toml') diff --git a/src/tests/aoc-2022-05/Cargo.toml b/src/tests/aoc-2022-05/Cargo.toml new file mode 100644 index 0000000..940d795 --- /dev/null +++ b/src/tests/aoc-2022-05/Cargo.toml @@ -0,0 +1,17 @@ +[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 -- cgit v1.2.3