Current section
Files
Jump to
Current section
Files
src/roundabout.app.src
{application, roundabout, [
{vsn, "0.1.0"},
{applications, [birdie,
filepath,
gleam_regexp,
gleam_stdlib,
justin,
simplifile]},
{description, "A routes generator"},
{modules, [roundabout,
roundabout@@main,
roundabout@constant,
roundabout@generate,
roundabout@node,
roundabout@parameter,
roundabout@type_name]},
{registered, []}
]}.