Current section
Files
Jump to
Current section
Files
src/lustre_http.app.src
{application, lustre_http, [
{vsn, "0.3.0"},
{applications, [gleam_json,
gleam_stdlib,
gleeunit,
lustre]},
{description, "HTTP requests from lustre"},
{modules, [lustre_http]},
{registered, []}
]}.