Matthieu Bessat
3713cc2443
Created a kernel crate to store models and future action implementations. Will be useful to create admin cli.
10 lines
188 B
TOML
10 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"] }
|