15 lines
235 B
TOML
15 lines
235 B
TOML
[http]
|
|
check-revoke = false
|
|
|
|
[source.crates-io]
|
|
replace-with='rsproxy'
|
|
|
|
[source.rsproxy]
|
|
registry="https://rsproxy.cn/crates.io-index"
|
|
|
|
[registries.rsproxy]
|
|
index = "https://rsproxy.cn/crates.io-index"
|
|
|
|
[net]
|
|
git-fetch-with-cli = true
|