[−][src]Function cargo_metadata::metadata
pub fn metadata(manifest_path: Option<&Path>) -> Result<Metadata>
Obtain metadata only about the root package and don't fetch dependencies
Parameters
manifest_path
: Path to the manifest.
pub fn metadata(manifest_path: Option<&Path>) -> Result<Metadata>
Obtain metadata only about the root package and don't fetch dependencies
manifest_path
: Path to the manifest.