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

Support for alternative crate registries #57

Open
dsteeley opened this issue Oct 10, 2022 · 1 comment
Open

Support for alternative crate registries #57

dsteeley opened this issue Oct 10, 2022 · 1 comment

Comments

@dsteeley
Copy link

dsteeley commented Oct 10, 2022

This crate currently only supports querying crates.io. It would be really useful if it could query alternative crate registries as implemented in rust-rfcs-2141.

It would also need to support authentication as detailed in 3139-cargo-alternative-registry-auth

I'm happy to make this contribution.

@theduke
Copy link
Owner

theduke commented Oct 10, 2022

Sure.

The client is already using a base_url , so all that's needed is a way to provide a custom base.

I'd appreciate a PR.
(just make sure to update both the sync and the async version)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants