When running cargo-subcommand without -p package selection against a workspace currently only the first found package is returned. This should be implemented over time to return all packages (and artifacts adhering to target selection), but return a more specific error for the time being instead of making it seem like there's only one package.
When running
cargo-subcommand
without-p
package selection against a workspace currently only the first found package is returned. This should be implemented over time to return all packages (and artifacts adhering to target selection), but return a more specific error for the time being instead of making it seem like there's only one package.