Client/.fleet/run.json

10 lines
169 B
JSON
Raw Normal View History

2023-08-21 19:48:20 -04:00
{
"configurations": [
{
"type": "cargo",
"cargoArgs": ["run"],
"name": "Cargo configuration",
},
]
}