pub fn find_parent_manifest_dir<P: AsRef<Path>>( starter_path: P, ) -> Option<PathBuf>
Continually go up in the file tree until a Forc manifest file is found.