{
  "name": "@euterpe/audio-engine",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/euterpe/audio-engine/crates",
  "tags": ["scope:euterpe", "layer:domain", "type:lib", "lang:rust"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/euterpe/audio-engine",
        "command": "cargo build --workspace"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/euterpe/audio-engine",
        "command": "cargo test --workspace"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/euterpe/audio-engine",
        "command": "cargo check --workspace"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "libs/euterpe/audio-engine",
        "command": "cargo fmt --all --check"
      }
    }
  }
}
