Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: support local registry along with crates.io one #4883

Open
ignatenkobrain opened this Issue Jan 1, 2018 · 2 comments

Comments

Projects
None yet
3 participants
@ignatenkobrain
Copy link
Contributor

ignatenkobrain commented Jan 1, 2018

Currently, in Fedora packaging, we have to add

[source.local-registry]
directory = "/usr/share/cargo/registry"

[source.crates-io]
registry = "https://crates.io"
replace-with = "local-registry"

But it completely replaces crates.io registry. It is fine for packaging, but is not user-friendly for those who don't want to do this when developing their own projects.

@ignatenkobrain

This comment has been minimized.

Copy link
Contributor Author

ignatenkobrain commented Jan 1, 2018

This model (remote + local) already exists in pip/gem/etc. package managers.

@marcbowes

This comment has been minimized.

Copy link
Contributor

marcbowes commented Jan 26, 2018

I'm interested in this feature too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.