crm 0.2.1

crm can help you easy and fast switch between different cargo registries, now include: sjtu, tuna, ustc, rsproxy, bfsu, nju, hit.
Documentation
use crm::args::{handle_command, parse_args};

fn main() {
    handle_command(parse_args());
}