Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:03 +08:00
commit 87c0a44f8f
7 changed files with 206 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "rust-development-plugin",
"description": "Rust Development Plugin",
"version": "0.0.1",
"author": {
"name": "Utakata Kyosui",
"email": "fill.ayaextech@gmail.com"
},
"agents": [
"./agents/"
],
"hooks": [
"./hooks/hooks.json"
]
}