resdns/.fleet/run.json

14 lines
267 B
JSON

{
"configurations": [
{
"type": "cargo",
"name": "Debug",
"cargoArgs": ["run"],
},
{
"type": "cargo",
"name": "Release",
"cargoArgs": ["run", "-r"],
},
]
}