Skip to main content

src/starfruit.app.src

{application, starfruit, [
    {vsn, "1.0.6"},
    {applications, [gleam_erlang,
                    gleam_otp,
                    gleam_stdlib,
                    gleam_time,
                    glisten,
                    mimetype,
                    simplifile]},
    {description, "starfruit is a minimal gemini protocol static content server!"},
    {modules, [starfruit,
               starfruit@@main,
               starfruit@internal]},
    {registered, []}
]}.