Current section

Files

Jump to
filespy src filespy.app.src
Raw

src/filespy.app.src

{application, filespy, [
{vsn, "0.5.0"},
{applications, [fs,
gleam_erlang,
gleam_otp,
gleam_stdlib,
gleeunit]},
{description, "Get notified of filesystem events in Gleam"},
{modules, [filespy]},
{registered, []}
]}.