password-hash-self-service/backend/Cargo.toml

18 lines
343 B
TOML

[package]
name = "password-hash-self-service-backend"
version = "0.0.0"
authors = ["Simon Bruder <simon@sbruder.de>"]
license = "MIT/Apache-2.0"
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
getrandom = { version = "0.2.2", features = ["js"] }
pwhash = "1.0.0"
wasm-bindgen = "0.2"
[profile.release]
opt-level = "z"