pub fn normalize_build(
build: Option<&TomlPackageBuild>,
package_root: &Path,
) -> CargoResult<Option<TomlPackageBuild>>
Expand description
Returns the path to the build script if one exists for this crate.
pub fn normalize_build(
build: Option<&TomlPackageBuild>,
package_root: &Path,
) -> CargoResult<Option<TomlPackageBuild>>
Returns the path to the build script if one exists for this crate.