mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
16 lines
No EOL
422 B
JSON
16 lines
No EOL
422 B
JSON
{
|
|
"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": "./",
|
|
},
|
|
|
|
]
|
|
} |