Current section

Files

Jump to
storch src storch.app.src
Raw

src/storch.app.src

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