Current section
Files
Jump to
Current section
Files
src/glm_vault.app.src
{application, glm_vault, [
{vsn, "2.0.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, []}
]}.