pub fn get_manifest(
world: &dyn World,
toml_id: FileId,
) -> StrResult<PackageManifest>
Expand description
Parses the manifest of the package located at package_path
.
pub fn get_manifest(
world: &dyn World,
toml_id: FileId,
) -> StrResult<PackageManifest>
Parses the manifest of the package located at package_path
.