Current section

Files

Jump to
bath src bath.app.src
Raw

src/bath.app.src

{application, bath, [
{vsn, "1.0.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A resource pool for Gleam!"},
{modules, [bath]},
{registered, []}
]}.