{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "cargo build",
"group": "build",
"problemMatcher": ["$rustc"]
},
{
"label": "test",
"type": "shell",
"command": "cargo test",
"group": "test",
"problemMatcher": ["$rustc"]
}
]
}