Current section
Files
Jump to
Current section
Files
src/starfruit.app.src
{application, starfruit, [
{vsn, "1.0.2"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib,
glisten,
mimetype,
simplifile]},
{description, "starfruit is a minimal gemini protocol static content server!"},
{modules, [starfruit,
starfruit@@main,
starfruit@internal]},
{registered, []}
]}.