scsys-xtask 0.0.0

A custom build system for the scsys ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// For more information of features, see: https://containers.dev/features
// For more information on dev containers, see: https://aka.ms/devcontainer
// For more information on non-default roots, see:  https://aka.ms/dev-containers-non-root
// For formatting details, see: https://aka.ms/devcontainer.json
// For config options, see: https://github.com/devcontainers/templates/tree/main/src/rust
{
  "name": "rust",
  "image": "mcr.microsoft.com/devcontainers/universal:2",
  "customizations": {},
  "forwardPorts": [],
  "mounts": [],
  "features": {
    "ghcr.io/devcontainers/features/rust:1": {
      "profile": "minimal",
      "version": "latest"
    }
  }
}