-
Notifications
You must be signed in to change notification settings - Fork 1
/
zproxy.json
44 lines (44 loc) · 1.36 KB
/
zproxy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"version": "1",
"default": "crates",
"current":"crates-io",
"mirrors": [
{
"name": "crates",
"source": "crates-io",
"registry": "https://github.com/rust-lang/crates.io-index"
},
{
"name": "字节代理源",
"source": "rsproxy",
"registry": "https://rsproxy.cn/crates.io-index"
},
{
"name": "清华大学开源软件镜像站",
"source": "tuna",
"registry": "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
},
{
"name": "北京外国语大学开源软件镜像站",
"source": "bfsu",
"registry": "https://mirrors.bfsu.edu.cn/git/crates.io-index.git"
},
{
"name": "浙江大学开源软件镜像站",
"source": "zju",
"registry": "https://mirrors.zju.edu.cn/git/crates.io-index.git"
},
{
"name": "哈尔滨工业大学开源软件镜像站",
"source": "hit",
"registry": "https://mirrors.hit.edu.cn/crates.io-index.git"
},
{
"name": "中科大USTC",
"source": "ustc",
"registry": "https://mirrors.ustc.edu.cn/crates.io-index"
}
],
"git-fetch-with-cli": true,
"check-revoke": false
}