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

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

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