Current section

Files

Jump to
filespy src filespy.app.src
Raw

src/filespy.app.src

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