Skip to content

Cargo should support glob syntax in workspace members #3911

Closed
@alexcrichton

Description

@alexcrichton

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions