{
  "name": "neith-stream-commerce",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "projectType": "library",
  "sourceRoot": "libs/neith/stream-commerce/crates/neith-stream-commerce/src",
  "targets": {
    "build": { "executor": "nx:run-script", "options": { "script": "build" } },
    "test": { "executor": "nx:run-script", "options": { "script": "test" } },
    "lint": { "executor": "nx:run-script", "options": { "script": "lint" } }
  },
  "tags": ["scope:neith", "type:library", "lang:rust"]
}
