forked from mgl_crew/Mitgliederladen
18 lines
348 B
JSON
18 lines
348 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Cargo Build",
|
||
|
"type": "shell",
|
||
|
"command": "cargo build",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"problemMatcher": [
|
||
|
"$rustc"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|