mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Add cargo config
This commit is contained in:
parent
1bcb55d971
commit
9048ae863e
1 changed files with 5 additions and 0 deletions
5
.cargo/config
Normal file
5
.cargo/config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[source.crates-io]
|
||||
replace-with = 'tuna'
|
||||
|
||||
[source.tuna]
|
||||
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue