mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 09:46:28 +02:00
22 lines
330 B
JSON
22 lines
330 B
JSON
|
|
{
|
||
|
|
"version": "2.0.0",
|
||
|
|
"tasks": [
|
||
|
|
{
|
||
|
|
"type": "cargo",
|
||
|
|
"command": "build",
|
||
|
|
"args": [
|
||
|
|
"--bin",
|
||
|
|
"brightstaff"
|
||
|
|
],
|
||
|
|
"problemMatcher": [
|
||
|
|
"$rustc"
|
||
|
|
],
|
||
|
|
"group": {
|
||
|
|
"kind": "build",
|
||
|
|
"isDefault": true
|
||
|
|
},
|
||
|
|
"label": "rust: cargo build"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|