leptos-use/.fleet/run.json

16 lines
422 B
JSON
Raw Permalink Normal View History

2023-06-11 17:11:16 +01:00
{
"configurations": [
{
"type": "cargo",
"name": "Tests",
"cargoArgs": ["test", "--features", "math,storage,docs"],
},
{
"type": "cargo",
"name": "Clippy",
"cargoArgs": ["+nightly", "clippy", "--features", "math,storage,docs", "--tests", "--", "-D", "warnings"],
"workingDir": "./",
2023-06-11 17:11:16 +01:00
},
]
}