helios/Cargo.toml

14 lines
191 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]
ethers = { git = "https://github.com/gakonst/ethers-rs" }