Function build_dependency_graph

Source
pub fn build_dependency_graph(
    config: &ProjectConfig,
) -> Result<HashMap<String, JobNode>>