No description
Find a file
Mickaël Delahaye dc013ed718 Init
2017-03-11 16:02:02 +01:00
.gitignore Init 2017-03-11 16:02:02 +01:00
cargo_mirror.py Init 2017-03-11 16:02:02 +01:00
README.md Init 2017-03-11 16:02:02 +01:00
setup.py Init 2017-03-11 16:02:02 +01:00

Cargo mirror

A stop-gap tool for making mirrors for Rust.

WARNING

Using this script is not nice on crates.io server.

Install

python setup.py install        # may require admin rights
python setup.py install --user # only for current user

Use

cargo-mirror new mymiror
cargo-mirror update mymiror

alternatively use python -m cargo_mirror instead of cargo-mirror