{application, wispie, [
    {vsn, "0.1.0"},
    {applications, [contenty,
                    glam,
                    gleam_http,
                    gleam_stdlib,
                    simplejson,
                    wisp]},
    {description, "Render wisp HTTP responses into a human-readable representation"},
    {modules, [wispie,
               wispie@@main,
               wispie@internal@pretty_print]},
    {registered, []}
]}.
