frost-zcash-demo/Cargo.toml

25 lines
527 B
TOML

[workspace]
members = [
"participant",
"trusted-dealer",
"dkg",
"coordinator",
"tests",
"frostd",
"frost-client",
# "zcash-sign",
]
# TODO: go back to the workspace. It currently can't because it has a dependency
# conflict with dependencies from other members. This will be solved when
# zcash-sign is updated to zcash_primitives 0.16
exclude = ["zcash-sign"]
default-members = [
"participant",
"trusted-dealer",
"dkg",
"coordinator",
"tests",
"frostd"
]
resolver = "2"