pub fn load_metadata<P: AsRef<Path> + Debug>(
manifest_path: P,
) -> Result<CargoMetadata, MetadataError>Expand description
Create metadata about the root package in the Cargo manifest, without any dependencies.
pub fn load_metadata<P: AsRef<Path> + Debug>(
manifest_path: P,
) -> Result<CargoMetadata, MetadataError>Create metadata about the root package in the Cargo manifest, without any dependencies.