We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that multiple registries seems stable it would be good to allow that. Just take registry description with -Zunstable and use that URL ...
The text was updated successfully, but these errors were encountered:
👍 I don't have time to work on this right now, but I'd accept a PR.
Assuming these docs are up to date we could:
--registry
.cargo/config
.cargo/credentials
Reading the toml .cargo files should resolve cargo's hierarchical-structure. We might be able to use the https://docs.rs/cargo_metadata/ crate.
.cargo
Use https://github.com/alexcrichton/cargo-local-registry for local testing.
We could also add a --registry-url option to replace the hardcoded default at https://github.com/g-k/cargo-show/blob/master/src/main.rs#L17
--registry-url
Sorry, something went wrong.
sigh, no cycles here either unless it becomes pressing. Agree with plan ...
No branches or pull requests
Now that multiple registries seems stable it would be good to allow that. Just take registry description with -Zunstable and use that URL ...
The text was updated successfully, but these errors were encountered: