Current section

Files

Jump to
oteap src oteap.app.src
Raw

src/oteap.app.src

{application, oteap, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "A Gleam project"},
{modules, [oteap]},
{registered, []}
]}.