File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "homepage" : " https://rustlings.cool" ,
3
- "repository" : " https://github.com/rust-lang/rustlings" ,
4
- "analytics" : {
5
- "plausible" : {
6
- "domain" : " rustlings.cool"
2
+ "project" : {
3
+ "homepage" : " https://rustlings.cool" ,
4
+ "repository" : " https://github.com/rust-lang/rustlings"
5
+ },
6
+ "marketing" : {
7
+ "analytics" : {
8
+ "plausible" : {
9
+ "domain" : " rustlings.cool"
10
+ }
7
11
}
8
12
},
9
- "changelog" : false
13
+ "components" : {
14
+ "artifacts" : {
15
+ "cargo_dist" : false ,
16
+ "package_managers" : {
17
+ "preferred" : {
18
+ "macos/linux/unix" : " curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash" ,
19
+ "windows" : " Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1"
20
+ }
21
+ }
22
+ },
23
+ "changelog" : true
24
+ }
10
25
}
You can’t perform that action at this time.
0 commit comments