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

license-file key in Cargo manifest is not read for path dependencies in a workspace #162

Open
lopopolo opened this issue Sep 20, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@lopopolo
Copy link

Describe the bug
Path dependencies that specify a license-file get the generic MIT license text.

To Reproduce
Run cargo about with Artichoke as of this PR: artichoke/artichoke#1420.

Expected behavior
Path dependencies in the current workspace use the given license file.

Screenshots
If applicable, add screenshots to help explain your problem.

Screen Shot 2021-09-20 at 9 13 52 AM

@lopopolo
Copy link
Author

lopopolo commented Sep 20, 2021

It looks like cargo doesn't like it when both license and license-file are specified.

I think what I'd really like is for path dependencies to check the workspace root for the license file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant