Current section
Files
Jump to
Current section
Files
src/lustre_limiter.app.src
{application, lustre_limiter, [
{vsn, "1.0.0"},
{applications, [birl,
gleam_erlang,
gleam_javascript,
gleam_otp,
gleam_stdlib,
gleeunit,
lustre]},
{description, "Bringing debounce and throttle utilities to Lustre for the erlang target."},
{modules, [lustre_limiter,
lustre_limiter@internals]},
{registered, []}
]}.