Files
metabuilder/workflow/plugins/rust/dict/package.json
johndoe6345789 4107649b7e feat: Add comprehensive package.json manifests at all plugin levels
Complete manifest hierarchy for plugin discovery:
- Root level: lists all 6 languages (python, go, rust, cpp, mojo, ts)
- Language level: lists all categories per language
- Category level: lists all plugins with metadata

Structure enables programmatic plugin discovery and loading
across the multi-language workflow plugin ecosystem.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 19:19:27 +00:00

15 lines
343 B
JSON

{
"name": "@metabuilder/workflow-plugins-dict-rust",
"version": "0.1.0",
"description": "Dictionary operation plugins (Rust)",
"author": "MetaBuilder",
"license": "MIT",
"keywords": ["dict", "workflow", "plugins", "rust"],
"metadata": {
"category": "dict",
"runtime": "rust",
"plugin_count": 0
},
"plugins": []
}