pub fn find_dir_within(
    dir: &Path,
    pkg_name: &str,
    sway_git_tag: &str
) -> Option<PathBuf>
Expand description

The same as find_within, but returns the package’s project directory.