Current section

Files

Jump to
polly src polly.app.src
Raw

src/polly.app.src

{application, polly, [
{vsn, "1.0.3"},
{applications, [filepath,
gleam_erlang,
gleam_stdlib,
gleeunit]},
{description, "A polling file-system watcher"},
{modules, [polly]},
{registered, []}
]}.