Initial commit

This commit is contained in:
Leo Drachenfeuer 2022-12-05 16:10:34 +01:00
commit 038f6841b3
Signed by: dragonleo
GPG key ID: A8338FC081137CF0
15 changed files with 5750 additions and 0 deletions

19
.fleet/run.json Normal file
View file

@ -0,0 +1,19 @@
{
"configurations": [
{
"type": "cargo",
"name": "run-main",
"cargoArgs": ["run","--"]
},
{
"type": "cargo",
"name": "build-dev",
"cargoArgs": ["build"]
},
{
"type": "cargo",
"name": "build-release",
"cargoArgs": ["build", "--release"]
},
]
}

0
.fleet/settings.json Normal file
View file