cargo-config

This commit is contained in:
Sense T
2023-07-07 02:42:26 +00:00
parent ff087f5b2d
commit 06a5c10816
2 changed files with 9 additions and 3 deletions

5
config/cargo-config Normal file
View File

@@ -0,0 +1,5 @@
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"