{application, cors_builder, [
    {vsn, "2.0.0"},
    {applications, [gleam_erlang,
                    gleam_http,
                    gleam_httpc,
                    gleam_stdlib,
                    gleeunit,
                    mist,
                    wisp]},
    {description, "A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!"},
    {modules, [cors_builder]},
    {registered, []}
]}.
