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

Picks up dependencies from other crates #21

Closed
epage opened this issue Apr 27, 2022 · 1 comment
Closed

Picks up dependencies from other crates #21

epage opened this issue Apr 27, 2022 · 1 comment

Comments

@epage
Copy link

epage commented Apr 27, 2022

Note: this is purely from code inspection

It looks like if I ran this in a workspace root where a crate is in the root, it will search all other crates within the workspace

You can use cargo package --list to see what will be put on crates.io. The downside is people might exclude files related to dev-dependencies, like tests.

@bnjbvr
Copy link
Owner

bnjbvr commented Apr 29, 2022

That's correct, but I would call it a feature? :p Basically the ability to run machete in any directory that contains any crates, and one could still filter out uninteresting results (assuming #13).

@bnjbvr bnjbvr closed this as completed Oct 16, 2022
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

No branches or pull requests

2 participants