Current section
Files
Jump to
Current section
Files
src/chilp.app.src
{application, chilp, [
{vsn, "1.0.0"},
{applications, [gleam_json,
gleam_stdlib,
gleam_time,
lustre,
rsvp]},
{description, "Allows you to use Mastodon comments on your Lustre blog."},
{modules, [chilp,
chilp@@main,
chilp@api_typing,
chilp@widget,
chilp@widget@base]},
{registered, []}
]}.