resdns/.fleet/run.json
0xf8 c1c31367e0
v0.1.0
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-02-25 12:05:07 -05:00

14 lines
267 B
JSON

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