crm 0.0.2

`crm` can help you easy and fast switch between different cargo registries, now include: `aliyun`, `rustcc1`, `rustcc2`, `sjtu`, `tuna`, `ustc`.
Documentation
# `crm -- Cargo registry manager`

`crm` 可以帮助您快速的切换不同的 `cargo` 镜像, 现在包括: `aliyun`, `rustcc1`, `rustcc2`, `sjtu`, `tuna`, `ustc`。

# `Install`

```bash
$ cargo install crm
```

# `Example`

```bash
$ crm

  crm add <registry_name> <registry_addr>     在镜像配置文件中添加镜像
  crm current                                 获取当前所使用的镜像
  crm default                                 恢复为默认的镜像
  crm list                                    从镜像配置文件中获取镜像列表
  crm remove <registry_name>                  在镜像配置文件中删除镜像
  crm update <registry_name> <registry_addr>  在镜像配置文件中更新镜像
  crm use <registry_name>                     切换为要使用的镜像
```

# `LICENSE`

MIT OR Apache-2.0