This repository has been archived on 2025-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
kyanite/.fleet/run.json

10 lines
No EOL
144 B
JSON

{
"configurations": [
{
"type": "cargo",
"name": "Run",
"cargoArgs": ["run"]
},
]
}