fabro/nodes/toolchain/script_invocation.json
Fabro b6f371019c checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-04-15 10:17:18 -04:00

5 lines
No EOL
170 B
JSON

{
"script": "rustc --version && cargo --version && bun --version 2>&1",
"command": "rustc --version && cargo --version && bun --version 2>&1",
"language": "shell"
}