pub fn parse_config(yaml: &str) -> Result<ProjectConfig, ParseError>
Parse a YAML string into a ProjectConfig.
ProjectConfig