1
0
ktu-timetable/.vscode/tasks.json
2023-01-22 18:10:36 +02:00

14 lines
181 B
JSON

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