about summary refs log tree commit diff
path: root/web/pwcrypt/Cargo.toml
blob: 0479a075deb9e8524c8d1131cea1a2ca8233e8a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pwcrypt"
version = "0.1.0"
edition = "2021"

[dependencies]
argon2 = "0.5.0"
getrandom = { version = "0.2.10", features = ["js"] }
gloo = "0.8.0"
rand_core = { version = "0.6.4", features = ["getrandom"] }
wasm-bindgen = "= 0.2.95"
web-sys = "0.3"
yew = { version = "0.20.0", features = [ "csr" ]}