pub(crate) fn process_root_cargo_toml( root_cargo_toml_path: &Path, root_deps: HashMap<String, HashMap<String, Dependency>>, cargo_tomls: &[PathBuf], node_template_path: &PathBuf, commit_id: &str, )