zebra/Cargo.toml

16 lines
383 B
TOML
Raw Normal View History

[workspace]
members = [
"zebra-chain",
"zebra-network",
"zebra-storage",
"zebra-script",
"zebra-consensus",
"zebra-rpc",
"zebra-client",
"zebra-reactor",
"zebrad",
]
[patch.crates-io]
tracing-attributes = { git = "https://github.com/tokio-rs/tracing" }
tracing = { git = "https://github.com/tokio-rs/tracing" }