pub fn read_buildpack_data(
    project_path: impl AsRef<Path>
) -> Result<BuildpackData<Option<Value>>, BuildpackDataError>
Expand description

Reads buildpack data from the given project path.

Errors

Will return Err if the buildpack data could not be read successfully.