From 93a9359fed7df99f1d115865f09638083ec7a061 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 26 Jan 2021 19:24:39 +0800 Subject: Fix packaging issue due to benchmarks not found --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 152ad6e..5d47c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,10 +21,12 @@ criterion = "0.3" [[bench]] name = "html_parsing" +path = "html_parsing.rs" harness = false [[bench]] name = "md_parsing" +path = "md_parsing.rs" harness = false [dependencies] -- cgit v1.2.3