{ "name": "kbve", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "sourceRoot": "packages/kbve/src", "tags": [], "targets": { "build": { "executor": "@monodon/rust:build", "outputs": ["{options.target-dir}"], "options": { "target-dir": "dist/target/kbve" }, "configurations": { "production": { "release": true } } }, "test": { "executor": "@monodon/rust:test", "outputs": ["{options.target-dir}"], "options": { "target-dir": "dist/target/kbve" }, "configurations": { "production": { "release": true } } }, "lint": { "executor": "@monodon/rust:lint", "outputs": ["{options.target-dir}"], "options": { "target-dir": "dist/target/kbve" } }, "dry": { "executor": "nx:run-commands", "options": { "commands": [ "cargo publish -p kbve --dry-run --allow-dirty" ], "parallel": false } } } }