GitHub - lmn/rir: Rust Internal Repository

Skip to content

Navigation Menu

Sign in

Appearance settings

Rust Internal Registry

RIR is a simple idea (POC) how you can generate a internal Rust Registry based under a Cargo.lock File

Requirements:

How to Start

Install Dependencies

$ make install && make deps

Start API

In other terminal, Build Repository Cache

Configure Cargo

curl http://localhost:8080/api/v1/rust-registry-index/cargo > ~/.cargo/config

And now build you project...