Current section

Files

Jump to
rsvp src rsvp.app.src
Raw

src/rsvp.app.src

{application, rsvp, [
{vsn, "1.0.4"},
{applications, [gleam_erlang,
gleam_fetch,
gleam_http,
gleam_httpc,
gleam_javascript,
gleam_json,
gleam_stdlib,
lustre]},
{description, "Send HTTP requests from Lustre applications and server components."},
{modules, [rsvp,
rsvp@@main]},
{registered, []}
]}.