cargo 国内镜像

2021-12-07 16:37:05 浏览数 (1)

在用户目录.cargo 下建立 config 文件,写入下面的内容:

代码语言:javascript复制
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
#指定镜像
replace-with = 'tuna'
#清华大学
[source.tuna]
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"

0 人点赞