Skip to content
Zed

pare cargo for Zed

io.github.dave-london/pare-cargo

Pare Cargo ג€” Structured Rust cargo operations (build, test, clippy, fmt, doc) as typed JSON.

client:Zed transport:stdio runtime:npm

Install pare cargo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pare-cargo": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/cargo"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

pare cargo in other clients