Current section
Files
Jump to
Current section
Files
src/wispie.app.src
{application, wispie, [
{vsn, "0.1.1"},
{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,
wispie@internal@string_tree_util]},
{registered, []}
]}.