Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
https://github.com/rust-lang/cargo/issues/14399
- Host: GitHub
- URL: https://github.com/stackoverflowexcept1on/cargo-bug
- Owner: StackOverflowExcept1on
- Created: 2024-08-14T15:20:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T13:59:20.000Z (5 months ago)
- Last Synced: 2024-08-15T17:49:15.753Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```