volumen_parser_core 0.2.0

Volumen parser core crate
Documentation
{
  "$schema": "https://turborepo.com/schema.json",
  "tasks": {
    "package": {
      "dependsOn": ["@wrkspc/types#build"]
    },

    "test": {
      "dependsOn": ["@wrkspc/types#build"],
      "inputs": [
        "$TURBO_DEFAULT$",
        "./Cargo.toml",
        "./src/**/*.rs",
        "./tests/**/*.rs"
      ]
    }
  },
  "extends": ["//"]
}