Function load_project_and_dependencies

Source
pub fn load_project_and_dependencies(
    path: &Path,
) -> Result<(Lockfile, Vec<(PathBuf, String)>, BuildPlan), PeteError>