Function sway_utils::helpers::find_parent_manifest_dir
source · pub fn find_parent_manifest_dir<P: AsRef<Path>>(
starter_path: P
) -> Option<PathBuf>
Expand description
Continually go up in the file tree until a Forc manifest file is found.