Packages

Read and write secrets to an encrypted file. Inspired by ansible's vault.

Current section

Files

Jump to
glm_vault src glm_vault.app.src
Raw

src/glm_vault.app.src

{application, glm_vault, [
{vsn, "2.2.0"},
{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, []}
]}.