2023-06-15 09:23:37 -07:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"participant",
|
2023-06-22 15:50:51 -07:00
|
|
|
"trusted-dealer",
|
2023-07-20 07:13:14 -07:00
|
|
|
"dkg",
|
2024-02-12 01:33:15 -08:00
|
|
|
"coordinator",
|
|
|
|
"tests",
|
2024-12-27 06:44:15 -08:00
|
|
|
"frostd",
|
|
|
|
"frost-client",
|
2024-08-08 06:52:43 -07:00
|
|
|
# "zcash-sign",
|
2023-06-15 09:23:37 -07:00
|
|
|
]
|
2024-08-08 06:52:43 -07:00
|
|
|
# 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"]
|
2024-02-12 01:33:15 -08:00
|
|
|
default-members = [
|
|
|
|
"participant",
|
2023-09-27 09:27:01 -07:00
|
|
|
"trusted-dealer",
|
|
|
|
"dkg",
|
2024-02-12 01:33:15 -08:00
|
|
|
"coordinator",
|
|
|
|
"tests",
|
2024-12-27 06:44:15 -08:00
|
|
|
"frostd"
|
2024-02-12 01:33:15 -08:00
|
|
|
]
|
2023-10-06 07:57:25 -07:00
|
|
|
resolver = "2"
|