Add config using environment variables with figment

This commit is contained in:
Lennart K
2025-02-11 16:28:46 +01:00
parent 63c8f8b5f2
commit 176bd238a4
5 changed files with 99 additions and 9 deletions

View File

@@ -149,6 +149,8 @@ tracing-subscriber = { version = "0.3", features = [
"registry",
] }
figment = { version = "0.10", features = ["env", "toml"] }
rand.workspace = true
rpassword.workspace = true
argon2.workspace = true