fn find_workspace_dep(
    toml_key: &str,
    root_manifest: &Path
) -> CargoResult<Dependency>