Remove .fleet

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
0xf8 2023-02-25 12:05:07 -05:00
parent 917969523f
commit 4912be21c7
Signed by: 0xf8
GPG Key ID: 446580D758689584
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
{
"configurations": [
{
"type": "cargo",
"name": "Debug",
"cargoArgs": ["run"],
},
{
"type": "cargo",
"name": "Release",
"cargoArgs": ["run", "-r"],
},
]
}