Current section

Files

Jump to
storch src storch.app.src
Raw

src/storch.app.src

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