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

Climb path and check workspace directory for LICENSE file #32

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

BlueGreenMagick
Copy link
Contributor

Fixes #7

This PR fixes issues for crates in workspace whose LICENSE file is in workspace root. If LICENSE file is not found in package root, the directory tree is climbed upwards, and directories with Cargo.toml file is searched for LICENSE file.

Ancestor directory containing Cargo.toml is assumed the workspace directory
@sstadick
Copy link
Owner

@BlueGreenMagick - thanks for all the PRs! I've set aside some time to go through all this later this week.

@sstadick sstadick merged commit 577f3ad into sstadick:main Mar 17, 2024
4 checks passed
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 this pull request may close these issues.

License files not found for aspect-rs
2 participants