{application, glimr_auth, [
    {vsn, "1.0.0"},
    {applications, [argus,
                    gleam_stdlib,
                    glimr]},
    {description, "Auth layer for the Glimr web framework"},
    {modules, [glimr_auth@@main,
               glimr_auth@auth,
               glimr_auth@hash]},
    {registered, []}
]}.
