pub fn get_target_package(
workspace: &Workspace,
args: &CliArgs,
) -> (Kid, String)Expand description
Get the target package.
This combines the info from args and workspace:
- If
--packageis specified, use that. - Otherwise, use workspace’s main package.