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.",
|
||||
"subgroups": [],
|
||||
"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",
|
||||
"recommendations": [{
|
||||
|
|
Loading…
Reference in a new issue