Client/.fleet/run.json

11 lines
144 B
JSON
Raw Normal View History

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