cargo-http-registry
cargo-http-registry copied to clipboard
A cargo registry allowing for quick publishing of crates when using crates.io is just not desired.
Results
3
cargo-http-registry issues
Sort by
recently updated
recently updated
newest added
This project is super helpful for, among other things, safely learning/demonstrating how to publish crates - thank you. If it supported **yank** in addition to **publish**, the complete lifecycle could...
The registry does not respond within 1 minute to request from cargo. My cargo config looks like this: ```toml registry = { default = "cargo-http-registry" } registries = { cargo-http-registry...