Format
This commit is contained in:
parent
5514ecda67
commit
c489be9c78
7 changed files with 293 additions and 236 deletions
15
.fleet/run.json
Normal file
15
.fleet/run.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "cargo",
|
||||
"name": "Build release",
|
||||
"cargoArgs": ["build", "--release"],
|
||||
},
|
||||
{
|
||||
"type": "cargo",
|
||||
"name": "Run release",
|
||||
"cargoArgs": ["run", "--release"],
|
||||
},
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue