From 7e2a3aa417beb33c76fe98fbe49515c524cb0183 Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 23 Dec 2024 15:33:14 -0500 Subject: Unit test mutex death --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 06ed70e..4930fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,5 +21,8 @@ spin = { version = "0.9", optional = true } mutants = "0.0.3" # used to skip functions that can't run +[dev-dependencies] +parking_lot = "0.12" + [features] default = ["parking_lot"] -- cgit v1.2.3