Closed
Description
Describe the problem you are trying to solve
For a workspace, it is possible to specify default members through the workspace.default-members
key. It would be great to expose this information through cargo metadata
.
Describe the solution you'd like
The same format as workspace_members
in cargo metadata
-- a list of package IDs.