{
  "name": "nous-wm-serving",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/nous/wm-serving/rust",
  "projectType": "library",
  "tags": ["scope:nous", "type:lib", "domain:world-model", "lang:rust"],
  "targets": {
    "cargo-test": {
      "executor": "nx:run-commands",
      "options": { "cwd": "libs/nous/wm-serving/rust", "command": "cargo test" }
    },
    "cargo-clippy": {
      "executor": "nx:run-commands",
      "options": { "cwd": "libs/nous/wm-serving/rust", "command": "cargo clippy --all-targets" }
    },
    "cargo-build": {
      "executor": "nx:run-commands",
      "options": { "cwd": "libs/nous/wm-serving/rust", "command": "cargo build --release" }
    }
  }
}
