leptos-use/.fleet/run.json

17 lines
431 B
JSON
Raw Normal View History

2023-06-11 17:11:16 +01:00
{
"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": "./",
2023-06-11 17:11:16 +01:00
},
]
}