Env config
All checks were successful
CI / Check typos (push) Successful in 8s
CI / Check links (push) Successful in 10s
CI / Clippy (push) Successful in 55s
CI / Build and test (push) Successful in 1m5s
CI / Build container (push) Successful in 45s
CI / Deploy on waypoint (push) Successful in 14s

This commit is contained in:
2025-11-06 20:41:42 -08:00
parent 4091d8b486
commit aa165fc2a6
9 changed files with 253 additions and 30 deletions

19
Cargo.lock generated
View File

@@ -583,6 +583,12 @@ dependencies = [
"litrs",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "downcast-rs"
version = "1.2.1"
@@ -619,6 +625,15 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
[[package]]
name = "envy"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
dependencies = [
"serde",
]
[[package]]
name = "equivalent"
version = "1.0.2"
@@ -2631,8 +2646,11 @@ dependencies = [
"anyhow",
"base64",
"clap",
"dotenvy",
"envy",
"num",
"serde",
"thiserror",
"tokio",
"tracing",
"tracing-loki",
@@ -3067,6 +3085,7 @@ dependencies = [
"axum",
"clap",
"libservice",
"serde",
"service-webpage",
"tokio",
"toolbox",