18 lines
242 B
JSON
18 lines
242 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "cargo",
|
|
"name": "Run Release",
|
|
"workingDir": ".",
|
|
"cargoArgs": ["run", "--release"],
|
|
},
|
|
{
|
|
"type": "cargo",
|
|
"name": "Build Release",
|
|
"cargoArgs": ["build", "--release"],
|
|
},
|
|
|
|
|
|
]
|
|
}
|