pub fn find_project_file<P: Into<PathBuf>>(
    dir: P,
    name: &str
) -> Option<PathBuf>