Skip to main content

load_manifest

Function load_manifest 

Source
pub fn load_manifest(
    path: impl AsRef<Path>,
) -> Result<CargoManifest, CargoManifestError>
Expand description

Loads a Cargo.toml manifest from a file or directory path.