zebra/Cargo.toml

25 lines
461 B
TOML
Raw Normal View History

[workspace]
members = [
2020-07-14 13:23:43 -07:00
"zebrad",
"zebra-chain",
"zebra-network",
"zebra-state",
"zebra-script",
"zebra-consensus",
"zebra-rpc",
"zebra-client",
"zebra-test",
"zebra-utils",
2020-07-14 13:23:43 -07:00
"tower-batch",
2020-07-14 16:21:01 -07:00
"tower-fallback",
]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[patch.crates-io]
tower = { git = "https://github.com/tower-rs/tower", rev = "1a84543" }