ezidam/crates/hash/Cargo.toml

12 lines
No EOL
324 B
TOML

[package]
name = "hash"
version = "0.0.0"
edition = "2021"
[dependencies]
argon2 = { version = "0.5" }
rand_core = { version = "0.6", features = ["std"] }
thiserror = { workspace = true }
nanoid = { workspace = true }
nanoid-dictionary = { workspace = true }
gen_passphrase = { version = "0.1", features = ["eff_short_2"] }