Initial commit
This commit is contained in:
commit
038f6841b3
15 changed files with 5750 additions and 0 deletions
19
.fleet/run.json
Normal file
19
.fleet/run.json
Normal 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
0
.fleet/settings.json
Normal file
Loading…
Add table
Add a link
Reference in a new issue