aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-19 20:50:55 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-19 20:50:55 +0100
commit42068e86611240523ec1d03dd58c8ebcf3b9a385 (patch)
tree8d98677b0e3ed42cba41f5f0324a1515e8a4a87d
parentb614f8e4798b2c6bbdbdd86e8ec27d5352df8c44 (diff)
downloadevtclib-42068e86611240523ec1d03dd58c8ebcf3b9a385.tar.gz
evtclib-42068e86611240523ec1d03dd58c8ebcf3b9a385.tar.bz2
evtclib-42068e86611240523ec1d03dd58c8ebcf3b9a385.zip
add benchmarks to the packagev0.6.0
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).
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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",