Skip to main content

get_build_dependencies

Function get_build_dependencies 

Source
pub fn get_build_dependencies(
    package_file: &Path,
    build_type: Option<&str>,
    platform: &str,
    version_override: Option<&str>,
    quiet: bool,
) -> Result<Option<Vec<String>>, Error>