oci-spec 0.10.0

Open Container Initiative Specifications in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"name": "oci-spec-rs",
	"image": "mcr.microsoft.com/devcontainers/rust:1-bullseye",
	"customizations": {
		"vscode": {
			"settings": {
				"files.watcherExclude": {
					"**/target/**": true
				},
				"rust-analyzer.checkOnSave.command": "clippy"
			},
			"extensions": [
				"rust-lang.rust-analyzer",
				"tamasfe.even-better-toml"
			]
		}
	}
}