pub fn parse_package_config(
package_path: &Path,
) -> Result<PackageChangesetConfig, ProjectError>Expand description
ยงErrors
Returns an error if the manifest cannot be read or parsed, or if glob patterns are invalid.
pub fn parse_package_config(
package_path: &Path,
) -> Result<PackageChangesetConfig, ProjectError>Returns an error if the manifest cannot be read or parsed, or if glob patterns are invalid.