advent-of-code-2023/.fleet/run.json

10 lines
169 B
JSON
Raw Normal View History

2023-12-01 13:58:43 +01:00
{
"configurations": [
{
"type": "cargo",
"name": "Cargo configuration",
"cargoArgs": ["run"],
},
]
}