2023-05-17 14:56:01 +00:00
|
|
|
{
|
2023-07-03 16:50:50 +00:00
|
|
|
"project": {
|
|
|
|
"homepage": "https://rustlings.cool",
|
|
|
|
"repository": "https://github.com/rust-lang/rustlings"
|
|
|
|
},
|
|
|
|
"marketing": {
|
|
|
|
"analytics": {
|
|
|
|
"plausible": {
|
|
|
|
"domain": "rustlings.cool"
|
|
|
|
}
|
2023-05-17 14:56:01 +00:00
|
|
|
}
|
|
|
|
},
|
2023-07-03 16:50:50 +00:00
|
|
|
"components": {
|
|
|
|
"artifacts": {
|
2023-09-04 13:23:04 +00:00
|
|
|
"auto": true,
|
2023-07-03 16:50:50 +00:00
|
|
|
"package_managers": {
|
|
|
|
"preferred": {
|
|
|
|
"macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
2023-09-04 13:23:04 +00:00
|
|
|
}
|
2023-07-03 16:50:50 +00:00
|
|
|
}
|
2023-05-17 14:56:01 +00:00
|
|
|
}
|