advent-of-code-2023/.fleet/run.json
2023-12-01 13:58:43 +01:00

10 lines
No EOL
169 B
JSON

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