ezidam/crates/hash/Cargo.toml

11 lines
238 B
TOML

[package]
name = "hash"
version = "0.0.0"
edition = "2021"
[dependencies]
argon2 = { version = "0.4.1" }
rand_core = { version = "0.6.4", features = ["std"] }
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"