From 346cceb900bdf4f1c9a5a55c629a2aa975d474e8 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 14:59:54 +0200 Subject: Add `path` to bench in `Cargo.toml` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index be36f0e..e366cf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ include = ["src/", "license"] [[bench]] name = "bench" +path = "benches/bench.rs" harness = false [dependencies] -- cgit