minauthator/lib/utils/Cargo.toml

11 lines
188 B
TOML
Raw Normal View History

[package]
name = "utils"
edition = "2021"
[dependencies]
anyhow = { workspace = true }
argon2 = "0.5"
base64 = "0.22"
rand = "0.8.5"
rand_core = { version = "0.6.4", features = ["std"] }