summaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f580a85..53b2ea4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,3 +48,14 @@ winres = "0.1"
[profile.release]
lto = true
panic = "abort"
+
+[dev-dependencies]
+criterion = { version = "0.8", features = ["html_reports"] }
+
+[features]
+bench = []
+
+[[bench]]
+name = "hoptab_bench"
+harness = false
+required-features = ["bench"] \ No newline at end of file