cargo-all-features icon indicating copy to clipboard operation
cargo-all-features copied to clipboard

Fix #39: permit building only root package

Open rbtcollins opened this issue 1 year ago • 0 comments

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.

rbtcollins avatar May 09 '23 21:05 rbtcollins