aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2021-11-18 18:21:12 +0100
committerDaniel Schadt <kingdread@gmx.de>2021-11-18 18:21:12 +0100
commit903e3a393973e314e913e31172dc20afeeaedc17 (patch)
treeb630c720cb22c880e6a426b966ecf4fe35283ac8 /Cargo.toml
parente98584dba7de1e4306cf5176a7482cfe9afd2227 (diff)
downloadevtclib-903e3a393973e314e913e31172dc20afeeaedc17.tar.gz
evtclib-903e3a393973e314e913e31172dc20afeeaedc17.tar.bz2
evtclib-903e3a393973e314e913e31172dc20afeeaedc17.zip
add html_reports feature to criterion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32a474b..4b22460 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ harness = false
[dev-dependencies]
serde_json = "1.0"
-criterion = "0.3"
+criterion = { version = "0.3", features = ["html_reports"] }
[dependencies]
num-traits = "0.2"