Current section
Files
Jump to
Current section
Files
src/gleam_cowboy.app.src
{application, gleam_cowboy, [
{vsn, "0.6.0"},
{applications, [cowboy,
gleam_erlang,
gleam_hackney,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit]},
{description, "Run Gleam HTTP services with the Cowboy web server"},
{modules, [gleam@http@cowboy]},
{registered, []}
]}.