{ "name": "clickhouse_pool", "$schema": "../../node_modules/nx/schemas/project-schema.json", "projectType": "library", "sourceRoot": "libs/clickhouse_pool/src", "targets": { "build": { "executor": "@monodon/rust:check", "outputs": [ "{options.target-dir}" ], "options": { "target-dir": "dist/target/clickhouse_pool" } }, "test": { "cache": true, "executor": "@monodon/rust:test", "outputs": [ "{options.target-dir}" ], "options": { "target-dir": "dist/target/clickhouse_pool" }, "configurations": { "production": { "release": true } } }, "lint": { "cache": true, "executor": "@monodon/rust:lint", "outputs": [ "{options.target-dir}" ], "options": { "target-dir": "dist/target/clickhouse_pool" } } }, "tags": [] }