Function craft::ops::resolve_ws [] [src]

pub fn resolve_ws(registry: &mut PackageRegistry,
                  ws: &Workspace)
                  -> CraftResult<Resolve>

Resolve all dependencies for the specified package using the previous lockfile as a guide if present.

This function will also write the result of resolution as a new lockfile.