We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: