Current section

Files

Jump to
chilp src chilp.app.src
Raw

src/chilp.app.src

{application, chilp, [
{vsn, "2.0.0-rc3"},
{applications, [gleam_json,
gleam_stdlib,
gleam_time,
html_parser,
lustre,
rsvp]},
{description, "Allows you to use Mastodon and Bluesky comments on your Lustre blog."},
{modules, [chilp,
chilp@@main,
chilp@widget,
chilp@widget@anchors]},
{registered, []}
]}.