pub fn find_project_root(start_dir: &Path) -> Option<ProjectRoot>Expand description
Walk up from start_dir looking for a shape.toml file.
Returns Some(ProjectRoot) if found, None otherwise.
pub fn find_project_root(start_dir: &Path) -> Option<ProjectRoot>Walk up from start_dir looking for a shape.toml file.
Returns Some(ProjectRoot) if found, None otherwise.