Current section
Files
Jump to
Current section
Files
src/chilp.app.src
{application, chilp, [
{vsn, "2.0.1-rc1"},
{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]},
{registered, []}
]}.