helios/Cargo.toml

14 lines
213 B
TOML
Raw Normal View History

2022-08-29 17:31:17 +00:00
[workspace]
2022-08-29 17:31:17 +00:00
members = [
"cli",
"client",
"common",
2022-08-29 20:54:58 +00:00
"config",
2022-08-29 17:31:17 +00:00
"consensus",
"execution",
]
[patch.crates-io]
2022-11-02 19:26:15 +00:00
ethers = { git = "https://github.com/ncitron/ethers-rs", branch = "fix-retry" }