pub fn load_manifest(
path: impl AsRef<Path>,
) -> Result<CargoManifest, CargoManifestError>Expand description
Loads a Cargo.toml manifest from a file or directory path.
pub fn load_manifest(
path: impl AsRef<Path>,
) -> Result<CargoManifest, CargoManifestError>Loads a Cargo.toml manifest from a file or directory path.