-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
I thought we had an issue for this already, but apparently not! This is intended to help track Cargo's support for custom registries, or registries other than crates.io. Note that this is distinct from mirrors which are intended to be implemented with source replacement.
Some features I think we'll need to support are:
- Adding a custom registry to
Cargo.toml
. - Adding dependencies on this custom registry
- Dependencies on crates.io, crates will likely need to depend on crates.io to be reasonable.
I don't have many thoughts about concrete syntax and such right now. We'll also need a server to actually support this (crates.io as-is isn't quite suitable). There's not a crates.io issue for this currently, but as the requirements here evolve over time I figure we can create one that's more targeted.
gilescope, kornelski, feluxe, snawaz, hakandarama and 2 moregilescope, hakandarama and leighmcculloch
Metadata
Metadata
Assignees
Labels
No labels