Function pgrx_pg_config::cargo::read_manifest
source · pub fn read_manifest<T: AsRef<Path>>(path: T) -> Result<Manifest>
Expand description
Helper functions to read Cargo.toml
and remap error to eyre::Result
.
pub fn read_manifest<T: AsRef<Path>>(path: T) -> Result<Manifest>
Helper functions to read Cargo.toml
and remap error to eyre::Result
.