Current section

Files

Jump to
gleam_cowboy src gleam_cowboy.app.src
Raw

src/gleam_cowboy.app.src

{application,gleam_cowboy,
[{description,"A Gleam HTTP service adapter for the Cowboy web server"},
{vsn,"0.2.2"},
{registered,[]},
{applications,[kernel,stdlib,gleam_stdlib,gleam_http,cowboy,
ranch]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub","https://github.com/gleam-lang/cowboy"}]}]}.