Current section

Files

Jump to
fswalk src fswalk.app.src
Raw

src/fswalk.app.src

{application, fswalk, [
{vsn, "3.1.1"},
{applications, [gleam_community_path,
gleam_stdlib,
gleam_yielder,
simplifile]},
{description, "Recursively iterate over the filesystem"},
{modules, [fswalk,
fswalk@@main]},
{registered, []}
]}.