aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e1ad2e3..7980cd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,9 @@ md4 = "0.10.2"
md-5 = "0.10.5"
sha-1 = "0.10.0"
sha2 = "0.10.6"
-ripemd = "0.1.3" \ No newline at end of file
+ripemd = "0.1.3"
+criterion = "0.4.0"
+
+[[bench]]
+name = "hashrate"
+harness = false \ No newline at end of file