src/voauth.app.src

{application, voauth, [
    {vsn, "1.0.0"},
    {applications, [gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    logging]},
    {description, "OAuth2 access-token vault with proactive refresh and bounded retry."},
    {modules, [voauth,
               voauth@@main,
               voauth_ffi]},
    {registered, []}
]}.