summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMica White <botahamec@gmail.com>2024-12-23 15:33:14 -0500
committerMica White <botahamec@gmail.com>2024-12-24 20:23:53 -0500
commit7e2a3aa417beb33c76fe98fbe49515c524cb0183 (patch)
tree7c54f6012b731c1b59f8d13923a789f72824457a /Cargo.toml
parent30d0f08b6073e9c2e545a3567838a9e1e885fea2 (diff)
Unit test mutex death
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"]