{application, typed_headers, [
    {vsn, "1.0.1"},
    {applications, [gleam_stdlib,
                    gleeunit]},
    {description, "Types for HTTP headers"},
    {modules, [content_type,
               method,
               typed_headers]},
    {registered, []}
]}.
