diff --git a/Cargo.toml b/Cargo.toml index b4bdc53..983cbbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,9 +19,6 @@ rand = "^0.9.1" [features] bench = ["dep:criterion"] -# [dev-dependencies] -# criterion = { version = "0.5", features = ["html_reports"], optional = true } - [[bench]] name = "benchmarks" harness = false