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

Attempt to find a Forc.toml with the given project name within the given directory.

Returns the path to the package on success, or None in the case it could not be found.