about summary refs log tree commit diff
path: root/web/pwcrypt/Cargo.toml
blob: 6c0a6e5b6d845f9f1e4573459d9ae2f8b5578767 (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.91"
web-sys = "0.3"
yew = { version = "0.20.0", features = [ "csr" ]}