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

Fix base directory detection and passing of the --manifest-path argument #19

Merged
merged 3 commits into from
Aug 23, 2020

Conversation

Robzz
Copy link
Owner

@Robzz Robzz commented Jun 21, 2020

This fixes the workspace root directory detection and other directory shenanigans, like assuming we're in the root directory of a crate.

The locate-project cargo subcommand is used to locate the crate manifest, and the metadata subcommand is used to locate the workspace root.

Closes #20

@Robzz Robzz merged commit 829d99e into master Aug 23, 2020
@Robzz Robzz deleted the fix_manifest_path branch August 23, 2020 18:38
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.

Properly detect the base directory
1 participant