{application, gleam_gun, [
    {vsn, "0.4.2"},
    {applications, [certifi,
                    gleam_erlang,
                    gleam_http,
                    gleam_stdlib,
                    gleeunit,
                    gun]},
    {description, "Gleam bindings to gun, the HTTP/1.1, HTTP/2 and Websocket client"},
    {modules, [gleam_gun@gun,
               gleam_gun@websocket]},
    {registered, []}
]}.
