mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-03 03:40:13 +00:00
25 lines
750 B
JSON
25 lines
750 B
JSON
{
|
|
"project": {
|
|
"homepage": "https://rustlings.cool",
|
|
"repository": "https://github.com/rust-lang/rustlings"
|
|
},
|
|
"marketing": {
|
|
"analytics": {
|
|
"plausible": {
|
|
"domain": "rustlings.cool"
|
|
}
|
|
}
|
|
},
|
|
"components": {
|
|
"artifacts": {
|
|
"auto": true,
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|