{
  "name": "@phoebe/neuromodulation",
  "sourceRoot": "libs/phoebe/neuromodulation/src",
  "projectType": "library",
  "tags": ["scope:phoebe", "type:library", "domain:neuromodulation", "lang:rust"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": { "command": "cargo build --release", "cwd": "libs/phoebe/neuromodulation" }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "cargo test", "cwd": "libs/phoebe/neuromodulation" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "cargo clippy -- -D warnings", "cwd": "libs/phoebe/neuromodulation" }
    }
  }
}
