mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
21 lines
330 B
JSON
21 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"
|
|
}
|
|
]
|
|
}
|