{
  "name": "@yemaya/raster-gpu",
  "projectType": "library",
  "tags": ["scope:yemaya", "layer:domain", "type:lib"],
  "root": "libs/yemaya/rendering-pipelines/crates/yemaya-raster-gpu",
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo build --release --manifest-path libs/yemaya/rendering-pipelines/crates/yemaya-raster-gpu/Cargo.toml"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo test --manifest-path libs/yemaya/rendering-pipelines/crates/yemaya-raster-gpu/Cargo.toml"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo clippy --manifest-path libs/yemaya/rendering-pipelines/crates/yemaya-raster-gpu/Cargo.toml -- -D warnings"
      }
    }
  }
}
