{
  "name": "neith-clap-host",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/clap-host/crates/neith-clap-host/src",
  "projectType": "library",
  "tags": ["scope:neith", "lang:rust"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo build",
        "cwd": "libs/neith/clap-host"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo test",
        "cwd": "libs/neith/clap-host"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo clippy --all-targets",
        "cwd": "libs/neith/clap-host"
      }
    }
  }
}
