Sometimes a project may have quite a large workspace.members array and it can be onerous to keep up to date. We've already got glob syntax with include and exclude, so we should have similar syntax for the workspace.members key, such as:
[workspace]
members = ["crates/*"]
(or something like that)
Sometimes a project may have quite a large
workspace.membersarray and it can be onerous to keep up to date. We've already got glob syntax withincludeandexclude, so we should have similar syntax for theworkspace.memberskey, such as:(or something like that)