run configuration für Jetbrains Fleet
This commit is contained in:
10
.fleet/run.json
Normal file
10
.fleet/run.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"type": "cargo",
|
||||||
|
"name": "Cargo configuration",
|
||||||
|
"cargoArgs": ["run"],
|
||||||
|
},
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user