Current section
Files
Jump to
Current section
Files
src/glimit.app.src
{application, glimit, [
{vsn, "1.4.0"},
{applications, [gleam_erlang,
gleam_otp,
gleam_stdlib]},
{description, "A simple, framework-agnostic rate limiter for Gleam with pluggable storage."},
{modules, [glimit,
glimit@@main,
glimit@bucket,
glimit@memory_store,
glimit@utils,
glimit_ffi]},
{registered, []}
]}.