pub fn resolve_manifests(
    manifest_path: Option<&Path>,
    workspace: bool,
    pkgid: Vec<&str>
) -> CargoResult<Vec<Package>>
Expand description

Determine packages selected by user