11 lines
364 B
JSON
11 lines
364 B
JSON
{
|
|
"name": "cargo-log-parser",
|
|
"description": "Parse and filter cargo build logs to extract errors, warnings, and diagnostics with regex-based filtering. Use for debugging Rust projects, analyzing cargo build output, or filtering errors by file/message/code patterns.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Mathieu"
|
|
},
|
|
"skills": [
|
|
"./"
|
|
]
|
|
} |