helios/Cargo.toml

14 lines
191 B
TOML

[workspace]
members = [
"cli",
"client",
"common",
"config",
"consensus",
"execution",
]
[patch.crates-io]
ethers = { git = "https://github.com/gakonst/ethers-rs" }