summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-01-30 01:12:38 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-01-30 01:12:38 +0100
commit893396aa3ce270280a2a1a87007a4b84edc8b898 (patch)
tree59690b8bee97a158a01dd49f4b6e611bdf284546 /examples/rust/Cargo.toml
parent4919d8c2f86f69f669a1afba2a28d5c344fe7197 (diff)
perf: add more benchmarks
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
-rw-r--r--examples/rust/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml
index 2d06488..f3f475e 100644
--- a/examples/rust/Cargo.toml
+++ b/examples/rust/Cargo.toml
@@ -11,6 +11,7 @@ edition="2021"
[dependencies]
tinywasm={path="../../crates/tinywasm", features=["parser", "std", "unsafe"]}
+argon2={version="0.5"}
[[bin]]
name="hello"
@@ -28,6 +29,10 @@ path="src/tinywasm.rs"
name="fibonacci"
path="src/fibonacci.rs"
+[[bin]]
+name="argon2id"
+path="src/argon2id.rs"
+
[profile.wasm]
opt-level=3
lto="thin"