pub fn default_paths_to_vendor(
builder: &Builder<'_>,
) -> Vec<(PathBuf, Vec<&'static str>)>Expand description
Returns the cargo workspaces to vendor for x vendor and dist tarballs.
Returns a Vec of (path_to_manifest, submodules_required) where
path_to_manifest is the cargo workspace, and submodules_required is
the set of submodules that must be available.