15 lines
302 B
JSON
15 lines
302 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "cargo",
|
||
|
"name": "Build release",
|
||
|
"cargoArgs": ["build", "--release"],
|
||
|
},
|
||
|
{
|
||
|
"type": "cargo",
|
||
|
"name": "Run release",
|
||
|
"cargoArgs": ["run", "--release"],
|
||
|
},
|
||
|
|
||
|
]
|
||
|
}
|