Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cargo should support glob syntax in workspace members #3911

Closed
alexcrichton opened this issue Apr 10, 2017 · 0 comments · Fixed by #3979
Closed

Cargo should support glob syntax in workspace members #3911

alexcrichton opened this issue Apr 10, 2017 · 0 comments · Fixed by #3979

Comments

@alexcrichton
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant