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