Add RsProxy.cn for Rust

[GitHub #68]
This commit is contained in:
Aoran Zeng 2024-09-04 11:36:00 +08:00
parent 8fb009fb0a
commit 34ec28100a
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -4,11 +4,14 @@
* File Authors : Aoran Zeng <ccmywish@qq.com> * File Authors : Aoran Zeng <ccmywish@qq.com>
* Contributors : Nil Null <nil@null.org> * Contributors : Nil Null <nil@null.org>
* Created On : <2023-08-30> * Created On : <2023-08-30>
* Last Modified : <2024-08-09> * Last Modified : <2024-09-04>
* ------------------------------------------------------------*/ * ------------------------------------------------------------*/
static MirrorSite
RsProxyCN = {"rsproxycn", "RsProxy.cn", "字节跳动基础架构Dev Infra", "https://rsproxy.cn/", NULL};
/** /**
* @time 2024-05-24 * @time 2024-09-04
* @note `sparse+` * @note `sparse+`
*/ */
static SourceInfo static SourceInfo
@ -18,6 +21,7 @@ pl_rust_sources[] = {
{&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"}, {&Tuna, "https://mirrors.tuna.tsinghua.edu.cn/crates.io-index/"},
{&Bfsu, "https://mirrors.bfsu.edu.cn/crates.io-index/"}, {&Bfsu, "https://mirrors.bfsu.edu.cn/crates.io-index/"},
{&Ustc, "https://mirrors.ustc.edu.cn/crates.io-index/"}, {&Ustc, "https://mirrors.ustc.edu.cn/crates.io-index/"},
{&RsProxyCN, "https://rsproxy.cn/index/"},
{&Hust, "https://mirrors.hust.edu.cn/crates.io-index/"} {&Hust, "https://mirrors.hust.edu.cn/crates.io-index/"}
}; };
def_sources_n(pl_rust); def_sources_n(pl_rust);