13 lines
318 B
Plaintext
13 lines
318 B
Plaintext
|
|
[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"
|
||
|
|
|
||
|
|
#replace-with = 'ustc'
|
||
|
|
#[source.ustc]
|
||
|
|
#registry = "git://mirrors.ustc.edu.cn/crates.io-index"
|
||
|
|
|
||
|
|
[net]
|
||
|
|
git-fetch-with-cli = true
|