summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fae5388..104c809 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,11 @@ harness=false
name="fibonacci"
harness=false
+
+[[bench]]
+name="argon2id"
+harness=false
+
[profile.bench]
opt-level=3
lto="thin"
@@ -48,3 +53,4 @@ wat={version="1.0"}
wasmi={version="0.31", features=["std"]}
wasmer={version="4.2", features=["cranelift", "singlepass"]}
wasmtime={version="17.0", features=["cranelift"]}
+argon2={version="0.5"}