mirror of
https://github.com/nushell/nushell
synced 2024-11-15 01:17:07 +00:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"command": "cargo",
|
|
"args": [
|
|
"build"
|
|
],
|
|
"type": "process",
|
|
"label": "cargo",
|
|
}
|
|
],
|
|
}
|