2022-08-29 17:31:17 +00:00
|
|
|
[workspace]
|
2022-08-11 18:09:58 +00:00
|
|
|
|
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",
|
|
|
|
]
|
2022-09-06 17:57:47 +00:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
ethers = { git = "https://github.com/gakonst/ethers-rs" }
|