cargo-all-features
cargo-all-features copied to clipboard
Fix #39: permit building only root package
At the root dir of Cargo workspaces are either a virtual manifest, or a root package. For root packages, we cannot rely on the heuristic of being in a particular sub-dir to locate a single package to run. The new option --root-only
selects the single-package logic in this case.