{application, glimit, [
    {vsn, "1.3.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@rate_limiter,
               glimit@utils,
               glimit_ffi]},
    {registered, []}
]}.
