leptos-use/.fleet/run.json

16 lines
431 B
JSON

{
"configurations": [
{
"type": "cargo",
"name": "Tests",
"cargoArgs": ["test", "--features", "math,prost,serde,docs"],
},
{
"type": "cargo",
"name": "Clippy",
"cargoArgs": ["+nightly", "clippy", "--features", "math,prost,serde,docs", "--tests", "--", "-D", "warnings"],
"workingDir": "./",
},
]
}