{
"name": "axum-helpers",
"$schema": "../../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"sourceRoot": "libs/core/axum-helpers/src",
"targets": {
"build": {
"cache": true,
"executor": "nx:run-commands",
"options": {
"command": "cargo check --package axum-helpers",
"cwd": "{workspaceRoot}"
}
},
"test": {
"cache": true,
"executor": "nx:run-commands",
"options": {
"command": "cargo test --package axum-helpers",
"cwd": "{workspaceRoot}"
}
},
"lint": {
"cache": true,
"executor": "nx:run-commands",
"options": {
"command": "cargo clippy --package axum-helpers",
"cwd": "{workspaceRoot}"
}
}
},
"tags": []
}