Expand description
Dependency resolution implementation for workspaces.
This module provides the GenericDependencyResolver which implements the
DependencyResolver trait. It builds dependency graphs by combining
workspace configuration (manifests) with resolved lockfile data.
Structsยง
- Generic
Dependency Resolver - A generic dependency resolver that works across supported package managers.