16 lines
352 B
TOML
16 lines
352 B
TOML
[workspace]
|
|
members = [
|
|
"zebra-chain",
|
|
"zebra-network",
|
|
"zebra-storage",
|
|
"zebra-script",
|
|
"zebra-consensus",
|
|
"zebra-rpc",
|
|
"zebra-client",
|
|
"zebrad",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
# Required because we pull tower-load from git
|
|
tower = { git = "https://github.com/tower-rs/tower", branch = "v0.3.x" }
|