[WIP] A full-featured registry server for Cargo.
A full-featured registry server for Cargo.
[WIP] Most features have not been implemented yet.
git
$ cargo install silkroad
This command will create a mirror of source
in the path
directory.
$ skrd mirror <path> [source]
Examples:
$ skrd mirror mymirror https://mirrors.ustc.edu.cn/crates.io-index
$ skrd mirror official #default source = https://github.com/rust-lang/crates.io-index
$ skrd update <path>
Example:
$ skrd update mymirror
$ skrd update # in mymirror
$ skrd serve <path>
Example:
$ skrd serve mymirror
$ skrd serve # in mymirror
SilkRoad is under the MIT license. See the LICENSE file for details.