File size: 313 Bytes
b91e262
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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-01-04",
      "profile": "minimal",
      "components": "rustfmt,clippy,rust-analyzer"
    }
  }
}