rust-playground/.fleet/run.json

10 lines
169 B
JSON
Raw Normal View History

2023-03-18 22:02:39 +01:00
{
"configurations": [
{
"type": "cargo",
"name": "Cargo configuration",
"cargoArgs": ["run"],
},
]
}