Client/.fleet/run.json

10 lines
169 B
JSON

{
"configurations": [
{
"type": "cargo",
"cargoArgs": ["run"],
"name": "Cargo configuration",
},
]
}