{application, glm_encrypted_file, [
    {vsn, "2.0.1"},
    {applications, [gleam_stdlib,
                    shellout]},
    {description, "Read and write encrypted files using openssl shell commands."},
    {modules, [glm_encrypted_file@@main,
               glm_encrypted_file@openssl]},
    {registered, []}
]}.
