hash: hash crate for all hashing needs, password
This commit is contained in:
parent
7851fdae1e
commit
8af226cd05
5 changed files with 128 additions and 0 deletions
9
crates/hash/Cargo.toml
Normal file
9
crates/hash/Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue