{application, glm_vault, [
    {vsn, "2.1.1"},
    {applications, [gleam_stdlib,
                    glm_encrypted_file,
                    simplifile,
                    temporary,
                    tom]},
    {description, "Read and write secrets to an encrypted file. Inspired by ansible's vault."},
    {modules, [glm_vault@@main,
               glm_vault@vault]},
    {registered, []}
]}.
