Current section

Files

Jump to
mist src mist.app.src
Raw

src/mist.app.src

{application, mist, [
{vsn, "0.5.2"},
{applications, [gleam_erlang,
gleam_hackney,
gleam_http,
gleam_otp,
gleam_stdlib,
gleeunit,
glisten]},
{description, "a misty Gleam web server"},
{modules, [mist,
mist@encoder,
mist@file,
mist@http,
mist@logger,
mist@websocket]},
{registered, []}
]}.