diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34,6 +34,7 @@ required-features = ["fs"] harness = false [[bench]] -name = "bench-parsing" -path = "benches/bench_parsing.rs" +name = "benchmarks" +path = "benches/benchmarks.rs" +required-features = ["fs"] harness = false |
