Current section

Files

Jump to
gleam_cowboy src gleam_cowboy.app.src
Raw

src/gleam_cowboy.app.src

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