summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb49b07..06ed70e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,5 +19,7 @@ lock_api = "0.4"
parking_lot = { version = "0.12", optional = true }
spin = { version = "0.9", optional = true }
+mutants = "0.0.3" # used to skip functions that can't run
+
[features]
default = ["parking_lot"]