next.js/.devcontainer/rust/devcontainer-feature.json
devcontainer-feature.json14 lines313 B
{
  "id": "rust",
  "name": "next.js-rust",
  "version": "0.0.0",
  "dependsOn": {
    "ghcr.io/devcontainers/features/rust:1": {
      // this should match the `rust-toolchain.toml`
      "version": "nightly-2026-04-02",
      "profile": "minimal",
      "components": "rustfmt,clippy,rust-analyzer"
    }
  }
}
Quest for Codev2.0.0
/
SIGN IN