pub async fn resolve(
root_id: &PackageId,
root: &PackageInfo,
source: &dyn Source,
) -> Result<Resolution, ResolveError>
Expand description
Given the PackageInfo
for a root package, resolve its dependency graph
and figure out how it could be executed.