Current section

Files

Jump to
testament src testament.app.src
Raw

src/testament.app.src

{application, testament, [
{vsn, "0.1.0"},
{applications, [argv,
envoy,
filepath,
gleam_stdlib,
glexer,
platform,
shellout,
simplifile]},
{description, "Doc tests for Gleam ✨!"},
{modules, [testament,
testament@@main,
testament@internal@util]},
{registered, []}
]}.