pub fn find_repo_root(start_dir: impl AsRef<Path>) -> PathBuf
Finds the root of a project by walking up from the given directory until a dvs.toml is found
dvs.toml
Returns the start_dir if no dvs.toml has been found.
start_dir