From 41eaa76baf1b4f1594896c8f87c47004c27329a8 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 18 Mar 2023 22:02:39 +0100 Subject: [PATCH] =?UTF-8?q?run=20configuration=20f=C3=BCr=20Jetbrains=20Fl?= =?UTF-8?q?eet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .fleet/run.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .fleet/run.json diff --git a/.fleet/run.json b/.fleet/run.json new file mode 100644 index 0000000..b7229b5 --- /dev/null +++ b/.fleet/run.json @@ -0,0 +1,10 @@ +{ + "configurations": [ + { + "type": "cargo", + "name": "Cargo configuration", + "cargoArgs": ["run"], + }, + + ] +} \ No newline at end of file