mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 01:24:38 +01:00
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"command": "cargo",
|
|
"args": [
|
|
"build"
|
|
],
|
|
"type": "process",
|
|
"label": "cargo",
|
|
}
|
|
],
|
|
}
|