设置ci流水线

This commit is contained in:
JimChenWYU
2024-09-23 16:48:53 +08:00
parent f6be1cecfe
commit 8381eb96d5
4 changed files with 65 additions and 21 deletions
+13
View File
@@ -0,0 +1,13 @@
[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