Current section

Files

Jump to
feather src feather.app.src
Raw

src/feather.app.src

{application, feather, [
{vsn, "1.2.0"},
{applications, [argv,
filepath,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit,
justin,
puddle,
simplifile,
sqlight,
tom]},
{description, "A companion library to sqlight"},
{modules, [feather,
feather@migrate,
feather@pool]},
{registered, []}
]}.