Function cargo::util::important_paths::find_project [] [src]

pub fn find_project(pwd: &Path, file: &str) -> CargoResult<PathBuf>

Iteratively search for file in pwd and its parents, returning the path of the directory.