ansible-collections / community.general

Ansible Community General Collection
https://galaxy.ansible.com/ui/repo/published/community/general/
GNU General Public License v3.0
827 stars 1.53k forks source link

cargo: support private registry #7054

Open behemphi opened 1 year ago

behemphi commented 1 year ago

Summary

I'd like to be able to install a crate from my private registry.

example: cargo install --registry=mysauce hot-salsa

Thanks for the consideration!

Issue Type

Feature Idea

Component Name

cargo.py

Additional Information

Code of Conduct

ansibullbot commented 1 year ago

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

ansibullbot commented 1 year ago

cc @radek-sprta click here for bot help

radek-sprta commented 1 year ago

https://github.com/hotg-ai/crates.io-index could probably be used to test this. If you happen to know better a public alternative, let me know.