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