hfile 0.5.2

Hfile is a command-line interface (CLI) tool for generating hash values of files
Documentation
{
  "name": "hfile",
  "build": {
    "dockerfile": "Dockerfile"
  },
  "workspaceFolder": "/workspaces/hfile",
  "containerEnv": {
    "CARGO_TERM_COLOR": "always",
    "EDITOR": "nvim",
    "VISUAL": "nvim",
    "SHELL": "/usr/bin/zsh"
  },
  "updateContentCommand": "cargo fetch --locked",
  "customizations": {
    "vscode": {
      "extensions": [
        "cschleiden.vscode-github-actions",
        "matklad.rust-analyzer",
        "serayuzgur.crates",
        "vadimcn.vscode-lldb"
      ],
      "settings": {
        "editor.formatOnSave": true,
        "terminal.integrated.defaultProfile.linux": "zsh",
        "files.exclude": {
          "**/CODE_OF_CONDUCT.md": true,
          "**/LICENSE": true
        }
      }
    }
  },
  "postCreateCommand": "rustc --version && cargo --version && just --version && nvim --version | head -n 1"
}