11 lines
188 B
TOML
11 lines
188 B
TOML
|
[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"] }
|