pub fn create_packaged_buildpack_dir_resolver(
    package_dir: &Path,
    cargo_profile: CargoProfile,
    target_triple: &str
) -> impl Fn(&BuildpackId) -> PathBuf
Expand description

Create a function that can construct the output location for a buildpack.