Skip to content

Commit

Permalink
added fleet scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
toastxc committed Jan 22, 2023
1 parent 45eeee5 commit f3f8608
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .fleet/run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"configurations": [
{
"type": "cargo",
"name": "run",
"cargoArgs": ["run"],
},
{
"type": "cargo",
"name": "clippy",
"cargoArgs": ["clippy"],
},

]
}

0 comments on commit f3f8608

Please sign in to comment.