Function cargo::ops::registry::infer_registry

source ยท
pub(crate) fn infer_registry(
    pkgs: &[&Package],
) -> CargoResult<Option<RegistryOrIndex>>
Expand description

If this set of packages has an unambiguous publish registry, find it.