pub(crate) fn infer_registry(
pkgs: &[&Package],
) -> CargoResult<Option<RegistryOrIndex>>
Expand description
If this set of packages has an unambiguous publish registry, find it.
pub(crate) fn infer_registry(
pkgs: &[&Package],
) -> CargoResult<Option<RegistryOrIndex>>
If this set of packages has an unambiguous publish registry, find it.