From 42068e86611240523ec1d03dd58c8ebcf3b9a385 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 19 Nov 2021 20:50:55 +0100 Subject: add benchmarks to the package Cargo will complain if the benchmarks that are defined in Cargo.toml are not found, so we need to include the sources - even if the benchmark itself cannot be run from the cargo package (due to the missing test logs). --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 95272aa..f2fb4f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ repository = "https://gitlab.com/dunj3/evtclib" license = "MIT" include = [ "/src/**/*.rs", + "/benches/**/*.rs", "/README.md", "/CHANGELOG.md", "/LICENSE", -- cgit v1.2.3