Current section

Files

Jump to
storch src storch.app.src
Raw

src/storch.app.src

{application, storch, [
{vsn, "1.0.0"},
{applications, [filepath,
gleam_stdlib,
gleeunit,
sqlight]},
{description, "A migration runner for gleam & sqlight"},
{modules, [storch]},
{registered, []}
]}.