mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 09:27:36 +00:00
2bddce2087
Also commits the lock file and updates documentation.
25 lines
429 B
TOML
25 lines
429 B
TOML
[workspace]
|
|
members = [
|
|
"crypto/transcript",
|
|
|
|
"crypto/dalek-ff-group",
|
|
"crypto/multiexp",
|
|
|
|
"crypto/dleq",
|
|
"crypto/frost",
|
|
|
|
"coins/ethereum",
|
|
"coins/monero",
|
|
|
|
"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" }
|