next.js / .devcontainer /rust /devcontainer-feature.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
Invalid JSON: Expected property name or '}' in JSON at line 7, column 7
{
"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"
}
}
}