{application, gleam_cowboy, [
    {vsn, "0.4.0"},
    {applications, [cowboy,
                    gleam_http,
                    gleam_otp,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Run Gleam HTTP services with the Cowboy web server"},
    {modules, [gleam@http@cowboy]},
    {registered, []}
]}.
