diff options
| author | Mica White <botahamec@gmail.com> | 2024-12-23 15:33:14 -0500 |
|---|---|---|
| committer | Mica White <botahamec@gmail.com> | 2024-12-24 20:23:53 -0500 |
| commit | 7e2a3aa417beb33c76fe98fbe49515c524cb0183 (patch) | |
| tree | 7c54f6012b731c1b59f8d13923a789f72824457a /Cargo.toml | |
| parent | 30d0f08b6073e9c2e545a3567838a9e1e885fea2 (diff) | |
Unit test mutex death
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] |
