{
  "name": "@neith/shotops",
  "projectType": "library",
  "tags": ["scope:neith", "layer:domain", "type:lib"],
  "root": "libs/neith/shotops",
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo build --release --manifest-path libs/neith/shotops/crates/neith-shotops/Cargo.toml"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "commands": [
          "cargo test --manifest-path libs/neith/shotops/crates/neith-shotops/Cargo.toml",
          "python3 -m unittest discover -s libs/neith/shotops/python/tests -v"
        ],
        "parallel": false
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo clippy --manifest-path libs/neith/shotops/crates/neith-shotops/Cargo.toml --all-targets -- -D warnings"
      }
    },
    "fmt": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo fmt --manifest-path libs/neith/shotops/crates/neith-shotops/Cargo.toml"
      }
    }
  }
}
