diff --git a/Cargo.toml b/Cargo.toml index f8f3e9e..ff69e41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] eyre = { version = "0.6", package = "color-eyre" } clap = { version = "4.4.8", features = ["derive", "env"] } +# https://github.com/rust-cli/config-rs/pull/597 config = { version = "0.14.0", git = "https://github.com/ewoolsey/config-rs", branch = "env_list_of_structs" } dotenv = "0.15.0" alloy = { version = "0.5", features = [