summaryrefslogtreecommitdiff
path: root/examples/rust/Cargo.toml
diff options
context:
space:
mode:
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"