Function wasmer_deploy_cli::util::load_package_manifest
source · pub fn load_package_manifest(
path: &Path
) -> Result<Option<(PathBuf, Manifest)>, Error>Expand description
Load a package manifest from the manifest file.
Path can either be a directory, or a concrete file path.