mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 21:07:43 +00:00
14 lines
344 B
TOML
14 lines
344 B
TOML
[source.crates-io]
|
|
registry = "https://github.com/rust-lang/crates.io-index"
|
|
replace-with = 'rsproxy-sparse'
|
|
|
|
[source.rsproxy]
|
|
registry = "https://rsproxy.cn/crates.io-index"
|
|
[registries.rsproxy]
|
|
index = "https://rsproxy.cn/crates.io-index"
|
|
[source.rsproxy-sparse]
|
|
registry = "sparse+https://rsproxy.cn/index/"
|
|
|
|
[net]
|
|
git-fetch-with-cli = true
|