diff --git a/.fleet/run.json b/.fleet/run.json deleted file mode 100644 index 984c7a1..0000000 --- a/.fleet/run.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "configurations": [ - { - "type": "cargo", - "name": "Debug", - "cargoArgs": ["run"], - }, - { - "type": "cargo", - "name": "Release", - "cargoArgs": ["run", "-r"], - }, - ] -} \ No newline at end of file