{application, gleam_http, [
    {vsn, "3.5.3"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Types and functions for Gleam HTTP clients and servers"},
    {modules, [gleam@http,
               gleam@http@cookie,
               gleam@http@request,
               gleam@http@response,
               gleam@http@service]},
    {registered, []}
]}.
