Current section

Files

Jump to
gleam_cowboy src gleam_cowboy.app.src
Raw

src/gleam_cowboy.app.src

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