pub fn read_manifest_value(dir: &Path) -> Result<(Value, Manifest)>Expand description
Read and validate the manifest, returning both the raw JSON document (views must carry the manifest verbatim, including fields this build does not know) and the typed projection.