frost-zcash-demo/Cargo.toml

25 lines
527 B
TOML
Raw Normal View History

[workspace]
members = [
"participant",
2023-06-22 15:50:51 -07:00
"trusted-dealer",
"dkg",
"coordinator",
"tests",
2024-12-27 06:44:15 -08:00
"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",
2024-12-27 06:44:15 -08:00
"frostd"
]
2023-10-06 07:57:25 -07:00
resolver = "2"