mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 14:24:30 +00:00
Add rustup
This commit is contained in:
parent
777c2bb712
commit
6987a16b5e
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
||||||
"description": "Developer tools for working with Rust projects.",
|
"description": "Developer tools for working with Rust projects.",
|
||||||
"subgroups": [],
|
"subgroups": [],
|
||||||
"purposes": [
|
"purposes": [
|
||||||
|
{
|
||||||
|
"name": "Toolchain Management",
|
||||||
|
"recommendations": [{
|
||||||
|
"name": "rustup",
|
||||||
|
"link": "https://rustup.rs",
|
||||||
|
"notes": "Install, manage, and upgrade versions of rustc, cargo, clippy, rustfmt and more."
|
||||||
|
}]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Linting",
|
"name": "Linting",
|
||||||
"recommendations": [{
|
"recommendations": [{
|
||||||
|
|
Loading…
Reference in a new issue