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