Current section

Files

Jump to
glight src glight.app.src
Raw

src/glight.app.src

{application, glight, [
{vsn, "2.2.0"},
{applications, [birl,
gleam_erlang,
gleam_otp,
gleam_stdlib,
jsx,
logging]},
{description, "Logger library with multiple transports and structured logging data"},
{modules, [glight,
glight@@main,
glight_ffi]},
{registered, []}
]}.