Rust Internal Registry
RIR is a simple idea (POC) how you can generate a internal Rust Registry based under a Cargo.lock File
Requirements:
- Cargo
- Cargo Local Registry
How to Start
Install Dependencies
$ make install && make deps
Start API
$ make play
In other terminal, Build Repository Cache
$ make example
Configure Cargo
curl http://localhost:8080/api/v1/rust-registry-index/cargo > ~/.cargo/config
And now build you project...