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.