aboutsummaryrefslogtreecommitdiff
path: root/aoc2023/build/packages/gleam_http/src/gleam_http.app.src
blob: c37ad547de677c0edf7baf046f3fb59fe6711495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{application, gleam_http, [
    {vsn, "3.5.2"},
    {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, []}
]}.