Function cargo::ops::cargo_package::local_deps

source ·
fn local_deps(
    packages: impl Iterator<Item = (Package, CliFeatures)>,
) -> LocalDependencies
Expand description

Build just the part of the dependency graph that’s between the given packages, ignoring dev dependencies.

We assume that the packages all belong to this workspace.