{
  "name": "@maya/loom-biomes",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/maya/loom-biomes/src",
  "projectType": "library",
  "tags": ["scope:maya", "layer:loom", "type:rust-lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo build --manifest-path libs/maya/loom-biomes/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo fmt --manifest-path libs/maya/loom-biomes/Cargo.toml -- --check"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo test --manifest-path libs/maya/loom-biomes/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo check --manifest-path libs/maya/loom-biomes/Cargo.toml"
      },
      "inputs": ["{projectRoot}/src/**/*", "{projectRoot}/Cargo.toml"]
    }
  }
}
