diff --git a/Cargo.toml b/Cargo.toml index 9e59595..2bb3543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,10 @@ categories = [ "concurrency", ] +[lib] +test = false +bench = false + [features] # Enable a critical-section implementation for platforms supporting `std`, based on `std::sync::Mutex`.