From 48aaedad542b9c6cbdc85d22517cd0d151f38443 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 1 Dec 2024 15:28:44 -0500 Subject: Unit testing --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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"] -- cgit v1.2.3