Reformat with cargo fmt
This commit is contained in:
parent
505aed8138
commit
fbf3d3815c
4 changed files with 103 additions and 75 deletions
17
.fleet/run.json
Normal file
17
.fleet/run.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "cargo",
|
||||
"name": "Run Release",
|
||||
"workingDir": ".",
|
||||
"cargoArgs": ["run", "--release"],
|
||||
},
|
||||
{
|
||||
"type": "cargo",
|
||||
"name": "Build Release",
|
||||
"cargoArgs": ["build", "--release"],
|
||||
},
|
||||
|
||||
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue