cargo::ops::cargo_package

Function local_deps

source
fn local_deps<T>(
    packages: impl Iterator<Item = (Package, T)>,
) -> LocalDependencies<T>
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.