crm -- Cargo registry manager

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

Install

bash $ cargo install crm

Example

```bash $ crm

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

LICENSE

MIT OR Apache-2.0