-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-tools.json
More file actions
56 lines (56 loc) · 1.16 KB
/
dev-tools.json
File metadata and controls
56 lines (56 loc) · 1.16 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"rustup": {
"method": "curl",
"version": "1.25.2",
"url": "https://raw.githubusercontent.com/rust-lang/rustup/1.25.2/rustup-init.sh",
"pipe": [["sh"]]
},
"n": {
"method": "curl",
"version": "v9.0.1",
"url": "https://github.com/tj/n/blob/v9.0.1/bin/n"
},
"shfmt": {
"method": "go",
"version": "v3.5.1",
"source": "mvdan.cc/sh/v3/cmd/shfmt"
},
"yq": {
"method": "go",
"version": "v4.33.3",
"source": "github.com/mikefarah/yq/v4"
},
"node": {
"method": "n",
"version": "18.14.2"
},
"cargo-binstall": {
"method": "sh",
"version": "1.7.4"
},
"cargo-audit": {
"method": "cargo-binstall",
"version": "0.22.0"
},
"cargo-sort": {
"method": "cargo-binstall",
"version": "1.0.9"
},
"candid-extractor": {
"method": "cargo-binstall",
"version": "0.1.4"
},
"cargo-tarpaulin": {
"method": "cargo-binstall",
"version": "0.26.1"
},
"didc": {
"method": "curl",
"version": "0.5.1",
"url": "https://github.com/dfinity/candid/releases/download/2025-08-04/didc-linux64"
},
"zizmor": {
"method": "cargo-binstall",
"version": "1.5.2"
}
}