keyforge95 4.1.0

Library for product key generation / validation for Windows 95 and other Microsoft products
Documentation
{
	"customizations": {
		"vscode": {
			"extensions": [
				"DavidAnson.vscode-markdownlint",
				"dustypomerleau.rust-syntax",
				"fill-labs.dependi",
				"github.vscode-github-actions",
				"nefrob.vscode-just-syntax",
				"rust-lang.rust-analyzer",
				"tamasfe.even-better-toml",
				"vadimcn.vscode-lldb"
			],
			"settings": {
				"editor.formatOnSave": true,
				"markdownlint.run": "onType",
				"rust-analyzer.cargo.features": [
					"generation"
				],
				"rust-analyzer.checkOnSave.command": true,
				"[rust]": {
					"editor.defaultFormatter": "rust-lang.rust-analyzer"
				}
			}
		}
	},
	"features": {
		"ghcr.io/devcontainers/features/github-cli:latest": {
			"installDirectlyFromGitHubRelease": true,
			"version": "latest"
		},
		"ghcr.io/devcontainers/features/rust:latest": {
			"targets": "",
			"profile": "default",
			"version": "latest"
		}
	},
	"hostRequirements": {
		"cpus": 1,
		"gpu": false,
		"memory": "1gb",
		"storage": "4gb"
	},
	"image": "debian:latest",
	"name": "keyforge95",
	"onCreateCommand": {
		"cargo": "cargo install carg-edit just wasm-pack",
		"rustup": "rustup target add wasm32-unknown-unknown"
	},
	"postCreateCommand": "cargo generate-lockfile",
	"postStartCommand": "rustup update"
}