cur_stim/.vscode/taks.json
2024-04-21 23:19:51 -04:00

24 lines
297 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "build",
"args": [
"--bin",
"usb_hs"
],
"problemMatcher": [
"$rustc"
],
"group": "build",
"label": "rust: cargo build",
"options": {
"env": {
"DEFMT_LOG": "info"
}
}
}
]
}