mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "cargo",
|
|
"command": "run",
|
|
"problemMatcher": ["$rustc"],
|
|
"label": "rust: cargo run",
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
}
|
|
}
|
|
]
|
|
}
|