{application, dream_http_client, [
    {vsn, "1.0.2"},
    {applications, [gleam_erlang,
                    gleam_http,
                    gleam_stdlib,
                    gleam_yielder]},
    {description, "Type-safe HTTP client for Gleam with streaming support"},
    {modules, [dream_http_client@@main,
               dream_http_client@client,
               dream_http_client@fetch,
               dream_http_client@internal,
               dream_http_client@stream,
               dream_httpc_shim]},
    {registered, []}
]}.
