m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-08 13:13:49 -05:00

feat: add support for configuring through environment variables

This commit is contained in:
Sergio
2025-05-10 13:00:04 +03:00
parent 3e42ac338a
commit c260874459
3 changed files with 56 additions and 4 deletions

10
Cargo.lock generated
View File

@@ -360,6 +360,7 @@ dependencies = [
"bollard",
"chrono",
"clap",
"envy",
"futures",
"http-auth",
"http-link",
@@ -423,6 +424,15 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[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"