diff --git a/Cargo.toml b/Cargo.toml index 06b57e8..0e16479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,9 @@ criterion = "0.3" [build-dependencies] cc = { version = "1.0", features = ["parallel" ]} +[lib] +bench = false + [[bench]] name = "benchmarks" -harness = false \ No newline at end of file +harness = false