pub fn dependencies_paths(
deps: &[Dependency],
config: &Config,
) -> Result<(PathBuf, Vec<PathBuf>, HashMap<PathBuf, String>)>
Expand description
Returns (root, paths, overridden_deps_with_abosolute_paths)
where root
is the root of the
Git repository and paths
are the relative paths of the dependencies.