aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Cargo.lock')
-rw-r--r--src/tests/Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tests/Cargo.lock b/src/tests/Cargo.lock
index 244aab4..8c4d551 100644
--- a/src/tests/Cargo.lock
+++ b/src/tests/Cargo.lock
@@ -39,6 +39,15 @@ dependencies = [
]
[[package]]
+name = "aoc-2022-14"
+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"