feat(homelab)!: parse from env or config.toml to allow containerization
This commit is contained in:
@@ -12,5 +12,9 @@ serde = { version = "1.0.228", features = ["serde_derive"] }
|
||||
ssh2 = "0.9.5"
|
||||
thiserror = "2.0.17"
|
||||
tokio = { version = "1.49.0", features = ["macros", "rt"] }
|
||||
toml = "0.9.10"
|
||||
toml = { version = "0.9.10", optional = true }
|
||||
urlencoding = "2"
|
||||
|
||||
[features]
|
||||
default = ["file-config"]
|
||||
file-config = ["dep:toml"]
|
||||
|
||||
Reference in New Issue
Block a user