Client/.fleet/run.json

11 lines
144 B
JSON

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