capacity_builder 0.1.1

Builders where the code to calculate the capacity is the same as the code to write what's being built.
Documentation
{
  "exec": {
    "cwd": "${configDir}",
    "commands": [{
      "command": "rustfmt",
      "exts": ["rs"]
    }]
  },
  "excludes": [
    "**/node_modules",
    "**/target",
    "**/*-lock.json"
  ],
  "plugins": [
    "https://plugins.dprint.dev/typescript-0.93.3.wasm",
    "https://plugins.dprint.dev/json-0.19.4.wasm",
    "https://plugins.dprint.dev/markdown-0.17.8.wasm",
    "https://plugins.dprint.dev/toml-0.6.3.wasm",
    "https://plugins.dprint.dev/g-plane/malva-v0.11.0.wasm",
    "https://plugins.dprint.dev/g-plane/markup_fmt-v0.18.0.wasm",
    "https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
    "https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf"
  ]
}