-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support invoking in Cargo Workspaces #7
Comments
Alternative: Add metadata tag to workspace that specifies which libraries should be built when cargo swift is invoked in a workspace |
The following behavior will be implemented:
This means: |
Reopening this as it introduced unwanted behavior for workspaces that contain a root package, if only the root package should be packaged. |
Can cargo-swift support |
That's the solution I currently favor, but I currently don't have time to implement this unfortunately. |
Invoking in a workspace should execute the command for all members of this workspace that contain a Cargo Swift config.
This issue needs #5 and #6 to be resolved
The text was updated successfully, but these errors were encountered: