15 lines
187 B
JSON
15 lines
187 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks":[
|
|
{
|
|
"type":"cargo",
|
|
"command":"build",
|
|
"args":[],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"label":"build"
|
|
}
|
|
]
|
|
} |