From 893396aa3ce270280a2a1a87007a4b84edc8b898 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Tue, 30 Jan 2024 01:12:38 +0100 Subject: perf: add more benchmarks Signed-off-by: Henry Gressmann --- examples/rust/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/rust/Cargo.toml') 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" -- cgit v1.3.1