An open API service indexing awesome lists of open source software.

https://github.com/stackoverflowexcept1on/cargo-bug

https://github.com/rust-lang/cargo/issues/14399
https://github.com/stackoverflowexcept1on/cargo-bug

Last synced: 2 months ago
JSON representation

https://github.com/rust-lang/cargo/issues/14399

Awesome Lists containing this project

README

          

### how to reproduce?

```bash
cargo install --git https://github.com/d-e-s-o/cargo-http-registry.git cargo-http-registry
# in the background
rm -rf /tmp/my-registry && cargo-http-registry --addr 127.0.0.1:35503 /tmp/my-registry &
cargo publish -p demo-a && cargo publish -p demo-b
fg
Ctrl+C
```