{
  "name": "@gaia/grib-codec",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "tags": ["scope:gaia", "type:lib", "domain:weather", "lang:rust"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo build --release --manifest-path libs/gaia/grib-codec/Cargo.toml"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo test --manifest-path libs/gaia/grib-codec/Cargo.toml"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo clippy --manifest-path libs/gaia/grib-codec/Cargo.toml --all-targets -- -D warnings"
      }
    },
    "fmt": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cargo fmt --manifest-path libs/gaia/grib-codec/Cargo.toml"
      }
    }
  }
}
