parse_cargo_toml

Function parse_cargo_toml 

Source
fn parse_cargo_toml(
    manifest_path: &PathBuf,
) -> Result<MiniCargoTomlPackage, Error>