[][src]Function maturin::get_pyproject_toml

pub fn get_pyproject_toml(
    project_root: impl AsRef<Path>
) -> Result<PyProjectToml, Error>

Returns the contents of a pyproject.toml with a [build-system] entry or an error

Does no specific error handling because it's only used to check whether or not to build source distributions