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

Perform analysis over virtual manifest #206

Open
nasifimtiazohi opened this issue Jun 21, 2021 · 1 comment
Open

Perform analysis over virtual manifest #206

nasifimtiazohi opened this issue Jun 21, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nasifimtiazohi
Copy link

For a workspace that only declares member packages, Cargo geiger fails to execute with below message

manifest path "[path_to_workspace]/Cargo.toml" is a virtual manifest, but this command requires running against an actual package in this workspace

However, this functionality would help for generating a single report for the whole workspace with possible de-duplication of many analysis.

@nasifimtiazohi
Copy link
Author

For anyone looking, creating a super package replicating the workspace's dependency graph with this crate can be a workaround - https://docs.rs/depdive/0.1.0/depdive/super_toml/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants