serai/Cargo.toml

26 lines
429 B
TOML
Raw Normal View History

[workspace]
members = [
"crypto/transcript",
"crypto/dalek-ff-group",
"crypto/multiexp",
"crypto/dleq",
"crypto/frost",
"coins/ethereum",
"coins/monero",
2022-05-26 08:36:19 +00:00
"processor",
"substrate/runtime",
"substrate/consensus",
"substrate/node"
]
[profile.release]
panic = "unwind"
[patch.crates-io]
zip = { version = "0.6.2", git = "https://github.com/zip-rs/zip", rev = "bb230ef56adc13436d1fcdfaa489249d119c498f" }